#AB764E

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

Shades of Sante Fe #AB764E

Tints of Sante Fe #AB764E

Color information

#AB764E (or 0xAB764E) is unknown color: approx Sante Fe. HEX triplet: AB, 76 and 4E. RGB value is (171,118,78). Sum of RGB (Red+Green+Blue) = 171+118+78=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB764E is #5489B1. Grayscale: #818181. Windows color (decimal): -5540274 or 5142187. OLE color: 5142187.

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

Color convert

RGB17111878-
CMYK00.310.540.33
HSL25.81º37.35%48.82%-
HSV(B)25.81º54.39%67.06%-
XYZ24.6522.1610.19-
YUV129.2999.06157.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.59%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=46.59%
G=32.15%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711187800.310.540.3325.8137.3548.82
HexAB764E01F36211a2531
Octal2531661160376641324561
Binary101010111110110100111001111111011010000111010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB764E; }

 p { color: rgb(171,118,78); }

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

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

 a { background-color: rgb(171,118,78); }

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

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

 span { border-color: rgb(171,118,78); }

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