#AF6657

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

Shades of Sante Fe #AF6657

Tints of Sante Fe #AF6657

Color information

#AF6657 (or 0xAF6657) is unknown color: approx Sante Fe. HEX triplet: AF, 66 and 57. RGB value is (175,102,87). Sum of RGB (Red+Green+Blue) = 175+102+87=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6657 is #5099A8. Grayscale: #7A7A7A. Windows color (decimal): -5282217 or 5727919. OLE color: 5727919.

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

Color convert

RGB17510287-
CMYK00.420.500.31
HSL10.23º35.48%51.37%-
HSV(B)10.23º50.29%68.63%-
XYZ24.1519.311.47-
YUV122.12108.18165.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.08%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 87 (34.38% from 255) = 23.90%
R=48.08%
G=28.02%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751028700.420.500.3110.2335.4851.37
HexAF665702A321Fa2333
Octal2571461270526237124363
Binary10101111110011010101110101010110010111111010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6657; }

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

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

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

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

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

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

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

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