#AB6C54

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

Shades of Sante Fe #AB6C54

Tints of Sante Fe #AB6C54

Color information

#AB6C54 (or 0xAB6C54) is unknown color: approx Sante Fe. HEX triplet: AB, 6C and 54. RGB value is (171,108,84). Sum of RGB (Red+Green+Blue) = 171+108+84=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6C54 is #5493AB. Grayscale: #7C7C7C. Windows color (decimal): -5542828 or 5532843. OLE color: 5532843.

HSL color Cylindrical-coordinate representation of color #AB6C54: hue angle of 16.55º 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 #AB6C54 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17110884-
CMYK00.370.510.33
HSL16.55º34.12%50%-
HSV(B)16.55º50.88%67.06%-
XYZ23.7620.0211-
YUV124.1105.37161.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 84 (33.20% from 255) = 23.14%
R=47.11%
G=29.75%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711088400.370.510.3316.5534.1250
HexAB6C540253321112232
Octal2531541240456341214262
Binary1010101111011001010100010010111001110000110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6C54; }

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

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

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

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

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

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

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

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