#AB6E5A

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

Shades of Sante Fe #AB6E5A

Tints of Sante Fe #AB6E5A

Color information

#AB6E5A (or 0xAB6E5A) is unknown color: approx Sante Fe. HEX triplet: AB, 6E and 5A. RGB value is (171,110,90). Sum of RGB (Red+Green+Blue) = 171+110+90=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6E5A is #5491A5. Grayscale: #7E7E7E. Windows color (decimal): -5542310 or 5926571. OLE color: 5926571.

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

Color convert

RGB17111090-
CMYK00.360.470.33
HSL14.81º32.53%51.18%-
HSV(B)14.81º47.37%67.06%-
XYZ24.2220.5512.36-
YUV125.96107.71160.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=46.09%
G=29.65%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711109000.360.470.3314.8132.5351.18
HexAB6E5A0242F21f2133
Octal2531561320445741174163
Binary101010111101110101101001001001011111000011111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6E5A; }

 p { color: rgb(171,110,90); }

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

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

 a { background-color: rgb(171,110,90); }

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

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

 span { border-color: rgb(171,110,90); }

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