#AB6455

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

Shades of Sante Fe #AB6455

Tints of Sante Fe #AB6455

Color information

#AB6455 (or 0xAB6455) is unknown color: approx Sante Fe. HEX triplet: AB, 64 and 55. RGB value is (171,100,85). Sum of RGB (Red+Green+Blue) = 171+100+85=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6455 is #549BAA. Grayscale: #777777. Windows color (decimal): -5544875 or 5596331. OLE color: 5596331.

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

Color convert

RGB17110085-
CMYK00.420.500.33
HSL10.47º33.86%50.2%-
HSV(B)10.47º50.29%67.06%-
XYZ22.9918.4310.94-
YUV119.52108.52164.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.03%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=48.03%
G=28.09%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711008500.420.500.3310.4733.8650.2
HexAB645502A3221a2232
Octal2531441250526241124262
Binary101010111100100101010101010101100101000011010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6455; }

 p { color: rgb(171,100,85); }

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

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

 a { background-color: rgb(171,100,85); }

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

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

 span { border-color: rgb(171,100,85); }

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