#AF6E51

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

Shades of Sante Fe #AF6E51

Tints of Sante Fe #AF6E51

Color information

#AF6E51 (or 0xAF6E51) is unknown color: approx Sante Fe. HEX triplet: AF, 6E and 51. RGB value is (175,110,81). Sum of RGB (Red+Green+Blue) = 175+110+81=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E51 is #5091AE. Grayscale: #7E7E7E. Windows color (decimal): -5280175 or 5336751. OLE color: 5336751.

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

Color convert

RGB17511081-
CMYK00.370.540.31
HSL18.51º37.01%50.2%-
HSV(B)18.51º53.71%68.63%-
XYZ24.7420.8610.51-
YUV126.13102.53162.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 110 (43.36% from 255) = 30.05%
BLUE value IS 81 (32.03% from 255) = 22.13%
R=47.81%
G=30.05%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751108100.370.540.3118.5137.0150.2
HexAF6E51025361F132532
Octal2571561210456637234562
Binary101011111101110101000101001011101101111110011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E51; }

 p { color: rgb(175,110,81); }

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

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

 a { background-color: rgb(175,110,81); }

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

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

 span { border-color: rgb(175,110,81); }

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