#AF784F

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

Shades of Sante Fe #AF784F

Tints of Sante Fe #AF784F

Color information

#AF784F (or 0xAF784F) is unknown color: approx Sante Fe. HEX triplet: AF, 78 and 4F. RGB value is (175,120,79). Sum of RGB (Red+Green+Blue) = 175+120+79=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF784F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF784F is #5087B0. Grayscale: #838383. Windows color (decimal): -5277617 or 5208239. OLE color: 5208239.

HSL color Cylindrical-coordinate representation of color #AF784F: hue angle of 25.62º 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 #AF784F is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17512079-
CMYK00.310.550.31
HSL25.62º37.8%49.8%-
HSV(B)25.62º54.86%68.63%-
XYZ25.8123.1110.5-
YUV131.7798.22158.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 120 (47.27% from 255) = 32.09%
BLUE value IS 79 (31.25% from 255) = 21.12%
R=46.79%
G=32.09%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751207900.310.550.3125.6237.849.8
HexAF784F01F371F1a2632
Octal2571701170376737324662
Binary10101111111100010011110111111101111111111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF784F; }

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

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

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

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

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

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

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

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