#AB714B

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

Shades of Sante Fe #AB714B

Tints of Sante Fe #AB714B

Color information

#AB714B (or 0xAB714B) is unknown color: approx Sante Fe. HEX triplet: AB, 71 and 4B. RGB value is (171,113,75). Sum of RGB (Red+Green+Blue) = 171+113+75=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB714B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB714B is #548EB4. Grayscale: #7E7E7E. Windows color (decimal): -5541557 or 4944299. OLE color: 4944299.

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

Color convert

RGB17111375-
CMYK00.340.560.33
HSL23.75º39.02%48.24%-
HSV(B)23.75º56.14%67.06%-
XYZ23.9720.989.44-
YUV126.0199.22160.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.63%
GREEN value IS 113 (44.53% from 255) = 31.48%
BLUE value IS 75 (29.69% from 255) = 20.89%
R=47.63%
G=31.48%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711137500.340.560.3323.7539.0248.24
HexAB714B0223821182730
Octal2531611130427041304760
Binary1010101111100011001011010001011100010000111000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB714B; }

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

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

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

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

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

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

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

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