#AB714D

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

Shades of Sante Fe #AB714D

Tints of Sante Fe #AB714D

Color information

#AB714D (or 0xAB714D) is unknown color: approx Sante Fe. HEX triplet: AB, 71 and 4D. RGB value is (171,113,77). Sum of RGB (Red+Green+Blue) = 171+113+77=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB714D is #548EB2. Grayscale: #7E7E7E. Windows color (decimal): -5541555 or 5075371. OLE color: 5075371.

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

Color convert

RGB17111377-
CMYK00.340.550.33
HSL22.98º37.9%48.63%-
HSV(B)22.98º54.97%67.06%-
XYZ24.04219.81-
YUV126.24100.22159.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=47.37%
G=31.30%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711137700.340.550.3322.9837.948.63
HexAB714D0223721172631
Octal2531611150426741274661
Binary1010101111100011001101010001011011110000110111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB714D; }

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

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

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

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

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

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

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

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