#AF7856

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

Shades of Sante Fe #AF7856

Tints of Sante Fe #AF7856

Color information

#AF7856 (or 0xAF7856) is unknown color: approx Sante Fe. HEX triplet: AF, 78 and 56. RGB value is (175,120,86). Sum of RGB (Red+Green+Blue) = 175+120+86=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7856 is #5087A9. Grayscale: #848484. Windows color (decimal): -5277610 or 5666991. OLE color: 5666991.

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

Color convert

RGB17512086-
CMYK00.310.510.31
HSL22.92º35.74%51.18%-
HSV(B)22.92º50.86%68.63%-
XYZ26.0823.2211.91-
YUV132.57101.72158.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 120 (47.27% from 255) = 31.50%
BLUE value IS 86 (33.98% from 255) = 22.57%
R=45.93%
G=31.50%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751208600.310.510.3122.9235.7451.18
HexAF785601F331F172433
Octal2571701260376337274463
Binary10101111111100010101100111111100111111110111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7856; }

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

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

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

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

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

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

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

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