#AF6C51

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

Shades of Sante Fe #AF6C51

Tints of Sante Fe #AF6C51

Color information

#AF6C51 (or 0xAF6C51) is unknown color: approx Sante Fe. HEX triplet: AF, 6C and 51. RGB value is (175,108,81). Sum of RGB (Red+Green+Blue) = 175+108+81=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C51 is #5093AE. Grayscale: #7D7D7D. Windows color (decimal): -5280687 or 5336239. OLE color: 5336239.

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

Color convert

RGB17510881-
CMYK00.380.540.31
HSL17.23º37.01%50.2%-
HSV(B)17.23º53.71%68.63%-
XYZ24.5320.4310.44-
YUV124.95103.2163.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.08%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 81 (32.03% from 255) = 22.25%
R=48.08%
G=29.67%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751088100.380.540.3117.2337.0150.2
HexAF6C51026361F112532
Octal2571541210466637214562
Binary101011111101100101000101001101101101111110001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C51; }

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

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

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

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

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

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

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

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