#AF664F

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

Shades of Sante Fe #AF664F

Tints of Sante Fe #AF664F

Color information

#AF664F (or 0xAF664F) is unknown color: approx Sante Fe. HEX triplet: AF, 66 and 4F. RGB value is (175,102,79). Sum of RGB (Red+Green+Blue) = 175+102+79=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF664F is #5099B0. Grayscale: #797979. Windows color (decimal): -5282225 or 5203631. OLE color: 5203631.

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

Color convert

RGB17510279-
CMYK00.420.550.31
HSL14.38º37.8%49.8%-
HSV(B)14.38º54.86%68.63%-
XYZ23.8419.189.84-
YUV121.2104.18166.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 79 (31.25% from 255) = 22.19%
R=49.16%
G=28.65%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751027900.420.550.3114.3837.849.8
HexAF664F02A371Fe2632
Octal2571461170526737164662
Binary10101111110011010011110101010110111111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF664F; }

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

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

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

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

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

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

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

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