#AD7E3E

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

Shades of Alpine #AD7E3E

Tints of Alpine #AD7E3E

Color information

#AD7E3E (or 0xAD7E3E) is unknown color: approx Alpine. HEX triplet: AD, 7E and 3E. RGB value is (173,126,62). Sum of RGB (Red+Green+Blue) = 173+126+62=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7E3E is #5281C1. Grayscale: #858585. Windows color (decimal): -5407170 or 4095661. OLE color: 4095661.

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

Color convert

RGB17312662-
CMYK00.270.640.32
HSL34.59º47.23%46.08%-
HSV(B)34.59º64.16%67.84%-
XYZ25.5624.157.87-
YUV132.7688.07156.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.92%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 62 (24.61% from 255) = 17.17%
R=47.92%
G=34.90%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731266200.270.640.3234.5947.2346.08
HexAD7E3E01B4020232f2e
Octal2551767603310040435756
Binary1010110111111101111100110111000000100000100011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7E3E; }

 p { color: rgb(173,126,62); }

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

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

 a { background-color: rgb(173,126,62); }

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

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

 span { border-color: rgb(173,126,62); }

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