Html Css Color HEX #AD8E3A Alpine

📋 copy color: '#AD8E3A'

red 173 ◦ green 142 ◦ blue 58

#AD8E3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alpine #AD8E3A

Tints of Alpine #AD8E3A

RGB

 RED value IS 173 (67.97% from 255) = 46.38%

 GREEN value IS 142 (55.86% from 255) = 38.07%

 BLUE value IS 58 (23.05% from 255) = 15.55%

R = 46.38%
G = 38.07%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD8E3A (or 0xAD8E3A) is known color: Alpine. HEX triplet: AD, 8E and 3A. RGB value is (173,142,58). Sum of RGB (Red+Green+Blue) = 173+142+58=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8E3A is #5271C5. Grayscale: #8E8E8E. Windows color (decimal): -5403078 or 3837613. OLE color: 3837613.

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

Color convert

RGB 173 142 58 -
CMYK 0 0.18 0.66 0.32
HSL 43.83º 0.5% 0.45% -
HSV(B) 43.83º 0.66% 0.68% -
XYZ 27.67 28.54 8.05 -
YUV 141.69 80.77 150.33 -
System Red Green Blue C M Y K H S L
Decimal 173 142 58 0 0.18 0.66 0.32 43.83 0.5 0.45
Hex AD 8E 3A 0 12 42 20 2C 32 2D
Octal 255 216 72 0 22 102 40 54 62 55
Binary 10101101 10001110 111010 0 10010 1000010 100000 101100 110010 101101

Color Harmonies of #AD8E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8E3A

Black with #AD8E3A

Text Example


Text Example

White with #AD8E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8E3A; }

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

 H1.HeaderClassName
 {
   color: #AD8E3A;
 }
 .AnyTagClassName
 {
   color: #AD8E3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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