#AB7257

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

Shades of Sante Fe #AB7257

Tints of Sante Fe #AB7257

Color information

#AB7257 (or 0xAB7257) is unknown color: approx Sante Fe. HEX triplet: AB, 72 and 57. RGB value is (171,114,87). Sum of RGB (Red+Green+Blue) = 171+114+87=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7257 is #548DA8. Grayscale: #808080. Windows color (decimal): -5541289 or 5730987. OLE color: 5730987.

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

Color convert

RGB17111487-
CMYK00.330.490.33
HSL19.29º33.33%50.59%-
HSV(B)19.29º49.12%67.06%-
XYZ24.5321.3811.85-
YUV127.96104.88158.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.97%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 87 (34.38% from 255) = 23.39%
R=45.97%
G=30.65%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711148700.330.490.3319.2933.3350.59
HexAB72570213121132133
Octal2531621270416141234163
Binary1010101111100101010111010000111000110000110011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7257; }

 p { color: rgb(171,114,87); }

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

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

 a { background-color: rgb(171,114,87); }

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

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

 span { border-color: rgb(171,114,87); }

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