#AB6949

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

Shades of Sante Fe #AB6949

Tints of Sante Fe #AB6949

Color information

#AB6949 (or 0xAB6949) is unknown color: approx Sante Fe. HEX triplet: AB, 69 and 49. RGB value is (171,105,73). Sum of RGB (Red+Green+Blue) = 171+105+73=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6949 is #5496B6. Grayscale: #797979. Windows color (decimal): -5543607 or 4811179. OLE color: 4811179.

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

Color convert

RGB17110573-
CMYK00.390.570.33
HSL19.59º40.16%47.84%-
HSV(B)19.59º57.31%67.06%-
XYZ23.0519.248.8-
YUV121.09100.87163.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 73 (28.91% from 255) = 20.92%
R=49.00%
G=30.09%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711057300.390.570.3319.5940.1647.84
HexAB69490273921142830
Octal2531511110477141245060
Binary1010101111010011001001010011111100110000110100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6949; }

 p { color: rgb(171,105,73); }

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

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

 a { background-color: rgb(171,105,73); }

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

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

 span { border-color: rgb(171,105,73); }

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