#AB6D5C

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

Shades of Sante Fe #AB6D5C

Tints of Sante Fe #AB6D5C

Color information

#AB6D5C (or 0xAB6D5C) is unknown color: approx Sante Fe. HEX triplet: AB, 6D and 5C. RGB value is (171,109,92). Sum of RGB (Red+Green+Blue) = 171+109+92=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6D5C is #5492A3. Grayscale: #7D7D7D. Windows color (decimal): -5542564 or 6057387. OLE color: 6057387.

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

Color convert

RGB17110992-
CMYK00.360.460.33
HSL12.91º31.98%51.57%-
HSV(B)12.91º46.2%67.06%-
XYZ24.1920.3712.78-
YUV125.6109.04160.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.97%
GREEN value IS 109 (42.97% from 255) = 29.30%
BLUE value IS 92 (36.33% from 255) = 24.73%
R=45.97%
G=29.30%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711099200.360.460.3312.9131.9851.57
HexAB6D5C0242E21d2034
Octal2531551340445641154064
Binary101010111101101101110001001001011101000011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6D5C; }

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

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

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

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

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

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

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

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