#AD8B36

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

Shades of Alpine #AD8B36

Tints of Alpine #AD8B36

Color information

#AD8B36 (or 0xAD8B36) is unknown color: approx Alpine. HEX triplet: AD, 8B and 36. RGB value is (173,139,54). Sum of RGB (Red+Green+Blue) = 173+139+54=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8B36 is #5274C9. Grayscale: #8B8B8B. Windows color (decimal): -5403850 or 3574701. OLE color: 3574701.

HSL color Cylindrical-coordinate representation of color #AD8B36: hue angle of 42.86º 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 #AD8B36 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB17313954-
CMYK00.200.690.32
HSL42.86º52.42%44.51%-
HSV(B)42.86º68.79%67.84%-
XYZ27.1327.627.39-
YUV139.4879.76151.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 139 (54.69% from 255) = 37.98%
BLUE value IS 54 (21.48% from 255) = 14.75%
R=47.27%
G=37.98%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731395400.200.690.3242.8652.4244.51
HexAD8B3601445202b342d
Octal2552136602410540536455
Binary10101101100010111101100101001000101100000101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B36; }

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

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

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

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

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

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

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

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