#AD8036

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

Shades of Alpine #AD8036

Tints of Alpine #AD8036

Color information

#AD8036 (or 0xAD8036) is unknown color: approx Alpine. HEX triplet: AD, 80 and 36. RGB value is (173,128,54). Sum of RGB (Red+Green+Blue) = 173+128+54=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8036 is #527FC9. Grayscale: #858585. Windows color (decimal): -5406666 or 3571885. OLE color: 3571885.

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

Color convert

RGB17312854-
CMYK00.260.690.32
HSL37.31º52.42%44.51%-
HSV(B)37.31º68.79%67.84%-
XYZ25.6224.596.89-
YUV133.0283.41156.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.73%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 54 (21.48% from 255) = 15.21%
R=48.73%
G=36.06%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731285400.260.690.3237.3152.4244.51
HexAD803601A452025342d
Octal2552006603210540456455
Binary10101101100000001101100110101000101100000100101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8036; }

 p { color: rgb(173,128,54); }

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

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

 a { background-color: rgb(173,128,54); }

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

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

 span { border-color: rgb(173,128,54); }

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