#AB6A47

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

Shades of Sante Fe #AB6A47

Tints of Sante Fe #AB6A47

Color information

#AB6A47 (or 0xAB6A47) is unknown color: approx Sante Fe. HEX triplet: AB, 6A and 47. RGB value is (171,106,71). Sum of RGB (Red+Green+Blue) = 171+106+71=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6A47 is #5495B8. Grayscale: #797979. Windows color (decimal): -5543353 or 4680363. OLE color: 4680363.

HSL color Cylindrical-coordinate representation of color #AB6A47: hue angle of 21º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB6A47 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17110671-
CMYK00.380.580.33
HSL21º41.32%47.45%-
HSV(B)21º58.48%67.06%-
XYZ23.0919.428.49-
YUV121.4499.53163.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.14%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 71 (28.12% from 255) = 20.40%
R=49.14%
G=30.46%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711067100.380.580.332141.3247.45
HexAB6A470263A2115292f
Octal2531521070467241255157
Binary1010101111010101000111010011011101010000110101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A47; }

 p { color: rgb(171,106,71); }

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

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

 a { background-color: rgb(171,106,71); }

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

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

 span { border-color: rgb(171,106,71); }

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