#AB7350

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

Shades of Sante Fe #AB7350

Tints of Sante Fe #AB7350

Color information

#AB7350 (or 0xAB7350) is unknown color: approx Sante Fe. HEX triplet: AB, 73 and 50. RGB value is (171,115,80). Sum of RGB (Red+Green+Blue) = 171+115+80=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7350 is #548CAF. Grayscale: #7F7F7F. Windows color (decimal): -5541040 or 5272491. OLE color: 5272491.

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

Color convert

RGB17111580-
CMYK00.330.530.33
HSL23.08º36.25%49.22%-
HSV(B)23.08º53.22%67.06%-
XYZ24.3721.510.45-
YUV127.75101.05158.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.72%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 80 (31.64% from 255) = 21.86%
R=46.72%
G=31.42%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711158000.330.530.3323.0836.2549.22
HexAB73500213521172431
Octal2531631200416541274461
Binary1010101111100111010000010000111010110000110111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7350; }

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

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

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

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

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

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

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

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