#AB8440

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

Shades of Alpine #AB8440

Tints of Alpine #AB8440

Color information

#AB8440 (or 0xAB8440) is unknown color: approx Alpine. HEX triplet: AB, 84 and 40. RGB value is (171,132,64). Sum of RGB (Red+Green+Blue) = 171+132+64=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8440 is #547BBF. Grayscale: #888888. Windows color (decimal): -5536704 or 4228267. OLE color: 4228267.

HSL color Cylindrical-coordinate representation of color #AB8440: hue angle of 38.13º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB8440 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB17113264-
CMYK00.230.630.33
HSL38.13º45.53%46.08%-
HSV(B)38.13º62.57%67.06%-
XYZ25.9725.538.41-
YUV135.9187.42153.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.59%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 64 (25.39% from 255) = 17.44%
R=46.59%
G=35.97%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711326400.230.630.3338.1345.5346.08
HexAB84400173F21262e2e
Octal2532041000277741465656
Binary10101011100001001000000010111111111100001100110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8440; }

 p { color: rgb(171,132,64); }

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

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

 a { background-color: rgb(171,132,64); }

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

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

 span { border-color: rgb(171,132,64); }

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