#ab8644

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

Shades of Alpine #AB8644

Tints of Alpine #AB8644

Color information

#AB8644 (or 0xAB8644) is unknown color: approx Alpine. HEX triplet: AB, 86 and 44. RGB value is (171,134,68). Sum of RGB (Red+Green+Blue) = 171+134+68=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8644 is #5479BB. Grayscale: #898989. Windows color (decimal): -5536188 or 4490923. OLE color: 4490923.

HSL color Cylindrical-coordinate representation of color #AB8644: hue angle of 38.45º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB8644 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17113468-
CMYK00.220.600.33
HSL38.45º43.1%46.86%-
HSV(B)38.45º60.23%67.06%-
XYZ26.3626.139.12-
YUV137.5488.76151.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 68 (26.95% from 255) = 18.23%
R=45.84%
G=35.92%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711346800.220.600.3338.4543.146.86
HexAB86440163C21262b2f
Octal2532061040267441465357
Binary10101011100001101000100010110111100100001100110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab8644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab8644; }

 p { color: rgb(171,134,68); }

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

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

 a { background-color: rgb(171,134,68); }

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

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

 span { border-color: rgb(171,134,68); }

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