#AD8644

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

Shades of Alpine #AD8644

Tints of Alpine #AD8644

Color information

#AD8644 (or 0xAD8644) is unknown color: approx Alpine. HEX triplet: AD, 86 and 44. RGB value is (173,134,68). Sum of RGB (Red+Green+Blue) = 173+134+68=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8644 is #5279BB. Grayscale: #8A8A8A. Windows color (decimal): -5405116 or 4490925. OLE color: 4490925.

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

Color convert

RGB17313468-
CMYK00.230.610.32
HSL37.71º43.57%47.25%-
HSV(B)37.71º60.69%67.84%-
XYZ26.826.359.14-
YUV138.1488.42152.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.13%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 68 (26.95% from 255) = 18.13%
R=46.13%
G=35.73%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731346800.230.610.3237.7143.5747.25
HexAD86440173D20262c2f
Octal2552061040277540465457
Binary10101101100001101000100010111111101100000100110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8644; }

 p { color: rgb(173,134,68); }

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

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

 a { background-color: rgb(173,134,68); }

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

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

 span { border-color: rgb(173,134,68); }

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