#AB644B

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

Shades of Sante Fe #AB644B

Tints of Sante Fe #AB644B

Color information

#AB644B (or 0xAB644B) is unknown color: approx Sante Fe. HEX triplet: AB, 64 and 4B. RGB value is (171,100,75). Sum of RGB (Red+Green+Blue) = 171+100+75=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB644B is #549BB4. Grayscale: #767676. Windows color (decimal): -5544885 or 4940971. OLE color: 4940971.

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

Color convert

RGB17110075-
CMYK00.420.560.33
HSL15.62º39.02%48.24%-
HSV(B)15.62º56.14%67.06%-
XYZ22.6218.288.99-
YUV118.38103.52165.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=49.42%
G=28.90%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711007500.420.560.3315.6239.0248.24
HexAB644B02A3821102730
Octal2531441130527041204760
Binary1010101111001001001011010101011100010000110000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB644B; }

 p { color: rgb(171,100,75); }

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

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

 a { background-color: rgb(171,100,75); }

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

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

 span { border-color: rgb(171,100,75); }

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