#AB7455

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

Shades of Sante Fe #AB7455

Tints of Sante Fe #AB7455

Color information

#AB7455 (or 0xAB7455) is unknown color: approx Sante Fe. HEX triplet: AB, 74 and 55. RGB value is (171,116,85). Sum of RGB (Red+Green+Blue) = 171+116+85=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7455 is #548BAA. Grayscale: #818181. Windows color (decimal): -5540779 or 5600427. OLE color: 5600427.

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

Color convert

RGB17111685-
CMYK00.320.500.33
HSL21.63º33.86%50.2%-
HSV(B)21.63º50.29%67.06%-
XYZ24.6821.811.5-
YUV128.91103.22158.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.97%
GREEN value IS 116 (45.70% from 255) = 31.18%
BLUE value IS 85 (33.59% from 255) = 22.85%
R=45.97%
G=31.18%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711168500.320.500.3321.6333.8650.2
HexAB74550203221162232
Octal2531641250406241264262
Binary1010101111101001010101010000011001010000110110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7455; }

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

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

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

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

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

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

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

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