#AD8040

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

Shades of Alpine #AD8040

Tints of Alpine #AD8040

Color information

#AD8040 (or 0xAD8040) is unknown color: approx Alpine. HEX triplet: AD, 80 and 40. RGB value is (173,128,64). Sum of RGB (Red+Green+Blue) = 173+128+64=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8040 is #527FBF. Grayscale: #868686. Windows color (decimal): -5406656 or 4227245. OLE color: 4227245.

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

Color convert

RGB17312864-
CMYK00.260.630.32
HSL35.23º45.99%46.47%-
HSV(B)35.23º63.01%67.84%-
XYZ25.8824.698.25-
YUV134.1688.41155.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=47.40%
G=35.07%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731286400.260.630.3235.2345.9946.47
HexAD804001A3F20232e2e
Octal2552001000327740435656
Binary10101101100000001000000011010111111100000100011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8040; }

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

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

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

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

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

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

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

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