#AB8539

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

Shades of Alpine #AB8539

Tints of Alpine #AB8539

Color information

#AB8539 (or 0xAB8539) is unknown color: approx Alpine. HEX triplet: AB, 85 and 39. RGB value is (171,133,57). Sum of RGB (Red+Green+Blue) = 171+133+57=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8539 is #547AC6. Grayscale: #888888. Windows color (decimal): -5536455 or 3769771. OLE color: 3769771.

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

Color convert

RGB17113357-
CMYK00.220.670.33
HSL40º50%44.71%-
HSV(B)40º66.67%67.06%-
XYZ25.9225.737.47-
YUV135.783.59153.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 57 (22.66% from 255) = 15.79%
R=47.37%
G=36.84%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711335700.220.670.33405044.71
HexAB8539016432128322d
Octal2532057102610341506255
Binary10101011100001011110010101101000011100001101000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8539; }

 p { color: rgb(171,133,57); }

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

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

 a { background-color: rgb(171,133,57); }

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

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

 span { border-color: rgb(171,133,57); }

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