#AF6C57

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

Shades of Sante Fe #AF6C57

Tints of Sante Fe #AF6C57

Color information

#AF6C57 (or 0xAF6C57) is unknown color: approx Sante Fe. HEX triplet: AF, 6C and 57. RGB value is (175,108,87). Sum of RGB (Red+Green+Blue) = 175+108+87=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C57 is #5093A8. Grayscale: #7D7D7D. Windows color (decimal): -5280681 or 5729455. OLE color: 5729455.

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

Color convert

RGB17510887-
CMYK00.380.500.31
HSL14.32º35.48%51.37%-
HSV(B)14.32º50.29%68.63%-
XYZ24.7620.5311.67-
YUV125.64106.2163.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 87 (34.38% from 255) = 23.51%
R=47.30%
G=29.19%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751088700.380.500.3114.3235.4851.37
HexAF6C57026321Fe2333
Octal2571541270466237164363
Binary10101111110110010101110100110110010111111110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C57; }

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

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

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

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

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

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

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

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