#AB6C5A

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

Shades of Sante Fe #AB6C5A

Tints of Sante Fe #AB6C5A

Color information

#AB6C5A (or 0xAB6C5A) is unknown color: approx Sante Fe. HEX triplet: AB, 6C and 5A. RGB value is (171,108,90). Sum of RGB (Red+Green+Blue) = 171+108+90=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6C5A is #5493A5. Grayscale: #7C7C7C. Windows color (decimal): -5542822 or 5926059. OLE color: 5926059.

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

Color convert

RGB17110890-
CMYK00.370.470.33
HSL13.33º32.53%51.18%-
HSV(B)13.33º47.37%67.06%-
XYZ2420.1212.29-
YUV124.78108.37160.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=46.34%
G=29.27%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711089000.370.470.3313.3332.5351.18
HexAB6C5A0252F21d2133
Octal2531541320455741154163
Binary101010111101100101101001001011011111000011101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6C5A; }

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

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

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

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

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

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

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

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