#AD8140

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

Shades of Alpine #AD8140

Tints of Alpine #AD8140

Color information

#AD8140 (or 0xAD8140) is unknown color: approx Alpine. HEX triplet: AD, 81 and 40. RGB value is (173,129,64). Sum of RGB (Red+Green+Blue) = 173+129+64=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8140 is #527EBF. Grayscale: #878787. Windows color (decimal): -5406400 or 4227501. OLE color: 4227501.

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

Color convert

RGB17312964-
CMYK00.250.630.32
HSL35.78º45.99%46.47%-
HSV(B)35.78º63.01%67.84%-
XYZ26.0124.958.3-
YUV134.7588.08155.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 64 (25.39% from 255) = 17.49%
R=47.27%
G=35.25%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731296400.250.630.3235.7845.9946.47
HexAD81400193F20242e2e
Octal2552011000317740445656
Binary10101101100000011000000011001111111100000100100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8140; }

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

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

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

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

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

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

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

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