#AD8539

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

Shades of Alpine #AD8539

Tints of Alpine #AD8539

Color information

#AD8539 (or 0xAD8539) is unknown color: approx Alpine. HEX triplet: AD, 85 and 39. RGB value is (173,133,57). Sum of RGB (Red+Green+Blue) = 173+133+57=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8539 is #527AC6. Grayscale: #888888. Windows color (decimal): -5405383 or 3769773. OLE color: 3769773.

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

Color convert

RGB17313357-
CMYK00.230.670.32
HSL39.31º50.43%45.1%-
HSV(B)39.31º67.05%67.84%-
XYZ26.3625.957.49-
YUV136.383.25154.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 57 (22.66% from 255) = 15.70%
R=47.66%
G=36.64%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731335700.230.670.3239.3150.4345.1
HexAD8539017432027322d
Octal2552057102710340476255
Binary10101101100001011110010101111000011100000100111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8539; }

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

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

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

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

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

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

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

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