#AF6653

Color #AF6653 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #AF6653

Tints of Sante Fe #AF6653

Color information

#AF6653 (or 0xAF6653) is unknown color: approx Sante Fe. HEX triplet: AF, 66 and 53. RGB value is (175,102,83). Sum of RGB (Red+Green+Blue) = 175+102+83=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6653 is #5099AC. Grayscale: #797979. Windows color (decimal): -5282221 or 5465775. OLE color: 5465775.

HSL color Cylindrical-coordinate representation of color #AF6653: hue angle of 12.39º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF6653 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17510283-
CMYK00.420.530.31
HSL12.39º36.51%50.59%-
HSV(B)12.39º52.57%68.63%-
XYZ23.9919.2410.63-
YUV121.66106.18166.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=48.61%
G=28.33%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751028300.420.530.3112.3936.5150.59
HexAF665302A351Fc2533
Octal2571461230526537144563
Binary10101111110011010100110101010110101111111100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6653; }

 p { color: rgb(175,102,83); }

 H1.HeaderClassName
 {
   color: #AF6653;
 }
 .AnyTagClassName
 {
   color: #AF6653;
 }
</style>
background-color css

<style>
 a { background-color: #AF6653; }

 a { background-color: rgb(175,102,83); }

 div.DivClassName
 {
   background-color: #AF6653;
 }
 .BgClassName
 {
   background-color: #AF6653;
 }
</style>
border-color css

<style>
 span { border-color: #AF6653; }

 span { border-color: rgb(175,102,83); }

 td.TdClassName
 {
   border-color: #AF6653;
 }
 .TagClassName
 {
   border-color: #AF6653;
 }
</style>