#AB6D4A

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

Shades of Sante Fe #AB6D4A

Tints of Sante Fe #AB6D4A

Color information

#AB6D4A (or 0xAB6D4A) is unknown color: approx Sante Fe. HEX triplet: AB, 6D and 4A. RGB value is (171,109,74). Sum of RGB (Red+Green+Blue) = 171+109+74=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6D4A is #5492B5. Grayscale: #7B7B7B. Windows color (decimal): -5542582 or 4877739. OLE color: 4877739.

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

Color convert

RGB17110974-
CMYK00.360.570.33
HSL21.65º39.59%48.04%-
HSV(B)21.65º56.73%67.06%-
XYZ23.520.099.12-
YUV123.55100.04161.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.31%
GREEN value IS 109 (42.97% from 255) = 30.79%
BLUE value IS 74 (29.30% from 255) = 20.90%
R=48.31%
G=30.79%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711097400.360.570.3321.6539.5948.04
HexAB6D4A0243921162830
Octal2531551120447141265060
Binary1010101111011011001010010010011100110000110110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6D4A; }

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

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

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

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

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

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

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

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