#AF7757

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

Shades of Sante Fe #AF7757

Tints of Sante Fe #AF7757

Color information

#AF7757 (or 0xAF7757) is unknown color: approx Sante Fe. HEX triplet: AF, 77 and 57. RGB value is (175,119,87). Sum of RGB (Red+Green+Blue) = 175+119+87=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7757 is #5088A8. Grayscale: #848484. Windows color (decimal): -5277865 or 5732271. OLE color: 5732271.

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

Color convert

RGB17511987-
CMYK00.320.500.31
HSL21.82º35.48%51.37%-
HSV(B)21.82º50.29%68.63%-
XYZ262312.09-
YUV132.1102.55158.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 87 (34.38% from 255) = 22.83%
R=45.93%
G=31.23%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751198700.320.500.3121.8235.4851.37
HexAF7757020321F162333
Octal2571671270406237264363
Binary101011111110111101011101000001100101111110110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7757; }

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

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

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

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

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

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

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

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