#AF7857

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

Shades of Sante Fe #AF7857

Tints of Sante Fe #AF7857

Color information

#AF7857 (or 0xAF7857) is unknown color: approx Sante Fe. HEX triplet: AF, 78 and 57. RGB value is (175,120,87). Sum of RGB (Red+Green+Blue) = 175+120+87=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7857 is #5087A8. Grayscale: #848484. Windows color (decimal): -5277609 or 5732527. OLE color: 5732527.

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

Color convert

RGB17512087-
CMYK00.310.500.31
HSL22.5º35.48%51.37%-
HSV(B)22.5º50.29%68.63%-
XYZ26.1223.2412.13-
YUV132.68102.22158.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 87 (34.38% from 255) = 22.77%
R=45.81%
G=31.41%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751208700.310.500.3122.535.4851.37
HexAF785701F321F162333
Octal2571701270376237264363
Binary10101111111100010101110111111100101111110110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7857; }

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

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

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

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

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

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

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

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