#AB7150

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

Shades of Sante Fe #AB7150

Tints of Sante Fe #AB7150

Color information

#AB7150 (or 0xAB7150) is unknown color: approx Sante Fe. HEX triplet: AB, 71 and 50. RGB value is (171,113,80). Sum of RGB (Red+Green+Blue) = 171+113+80=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7150 is #548EAF. Grayscale: #7E7E7E. Windows color (decimal): -5541552 or 5271979. OLE color: 5271979.

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

Color convert

RGB17111380-
CMYK00.340.530.33
HSL21.76º36.25%49.22%-
HSV(B)21.76º53.22%67.06%-
XYZ24.1521.0510.38-
YUV126.58101.72159.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.98%
GREEN value IS 113 (44.53% from 255) = 31.04%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=46.98%
G=31.04%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711138000.340.530.3321.7636.2549.22
HexAB71500223521162431
Octal2531611200426541264461
Binary1010101111100011010000010001011010110000110110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7150; }

 p { color: rgb(171,113,80); }

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

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

 a { background-color: rgb(171,113,80); }

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

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

 span { border-color: rgb(171,113,80); }

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