#AB6D5B

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

Shades of Sante Fe #AB6D5B

Tints of Sante Fe #AB6D5B

Color information

#AB6D5B (or 0xAB6D5B) is unknown color: approx Sante Fe. HEX triplet: AB, 6D and 5B. RGB value is (171,109,91). Sum of RGB (Red+Green+Blue) = 171+109+91=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6D5B is #5492A4. Grayscale: #7D7D7D. Windows color (decimal): -5542565 or 5991851. OLE color: 5991851.

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

Color convert

RGB17110991-
CMYK00.360.470.33
HSL13.5º32.26%51.37%-
HSV(B)13.5º46.78%67.06%-
XYZ24.1520.3512.55-
YUV125.49108.54160.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 91 (35.94% from 255) = 24.53%
R=46.09%
G=29.38%
B=24.53%

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
Decimal1711099100.360.470.3313.532.2651.37
HexAB6D5B0242F21e2033
Octal2531551330445741164063
Binary101010111101101101101101001001011111000011110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6D5B; }

 p { color: rgb(171,109,91); }

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

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

 a { background-color: rgb(171,109,91); }

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

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

 span { border-color: rgb(171,109,91); }

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