#AB6F5A

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

Shades of Sante Fe #AB6F5A

Tints of Sante Fe #AB6F5A

Color information

#AB6F5A (or 0xAB6F5A) is unknown color: approx Sante Fe. HEX triplet: AB, 6F and 5A. RGB value is (171,111,90). Sum of RGB (Red+Green+Blue) = 171+111+90=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6F5A is #5490A5. Grayscale: #7E7E7E. Windows color (decimal): -5542054 or 5926827. OLE color: 5926827.

HSL color Cylindrical-coordinate representation of color #AB6F5A: hue angle of 15.56º 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 #AB6F5A is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17111190-
CMYK00.350.470.33
HSL15.56º32.53%51.18%-
HSV(B)15.56º47.37%67.06%-
XYZ24.3220.7612.4-
YUV126.55107.38159.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.97%
GREEN value IS 111 (43.75% from 255) = 29.84%
BLUE value IS 90 (35.55% from 255) = 24.19%
R=45.97%
G=29.84%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711119000.350.470.3315.5632.5351.18
HexAB6F5A0232F21102133
Octal2531571320435741204163
Binary1010101111011111011010010001110111110000110000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6F5A; }

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

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

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

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

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

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

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

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