#AD7E3A

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

Shades of Alpine #AD7E3A

Tints of Alpine #AD7E3A

Color information

#AD7E3A (or 0xAD7E3A) is unknown color: approx Alpine. HEX triplet: AD, 7E and 3A. RGB value is (173,126,58). Sum of RGB (Red+Green+Blue) = 173+126+58=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7E3A is #5281C5. Grayscale: #848484. Windows color (decimal): -5407174 or 3833517. OLE color: 3833517.

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

Color convert

RGB17312658-
CMYK00.270.660.32
HSL35.48º49.78%45.29%-
HSV(B)35.48º66.47%67.84%-
XYZ25.4624.117.32-
YUV132.386.07157.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.46%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 58 (23.05% from 255) = 16.25%
R=48.46%
G=35.29%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731265800.270.660.3235.4849.7845.29
HexAD7E3A01B422023322d
Octal2551767203310240436255
Binary1010110111111101110100110111000010100000100011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7E3A; }

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

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

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

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

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

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

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

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