#AB6D54

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

Shades of Sante Fe #AB6D54

Tints of Sante Fe #AB6D54

Color information

#AB6D54 (or 0xAB6D54) is unknown color: approx Sante Fe. HEX triplet: AB, 6D and 54. RGB value is (171,109,84). Sum of RGB (Red+Green+Blue) = 171+109+84=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6D54 is #5492AB. Grayscale: #7C7C7C. Windows color (decimal): -5542572 or 5533099. OLE color: 5533099.

HSL color Cylindrical-coordinate representation of color #AB6D54: hue angle of 17.24º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB6D54 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17110984-
CMYK00.360.510.33
HSL17.24º34.12%50%-
HSV(B)17.24º50.88%67.06%-
XYZ23.8620.2411.04-
YUV124.69105.04161.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.98%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 84 (33.20% from 255) = 23.08%
R=46.98%
G=29.95%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711098400.360.510.3317.2434.1250
HexAB6D540243321112232
Octal2531551240446341214262
Binary1010101111011011010100010010011001110000110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6D54; }

 p { color: rgb(171,109,84); }

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

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

 a { background-color: rgb(171,109,84); }

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

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

 span { border-color: rgb(171,109,84); }

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