Html Css Color HEX #AD8D39 Alpine

📋 copy color: '#AD8D39'

red 173 ◦ green 141 ◦ blue 57

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

Shades of Alpine #AD8D39

Tints of Alpine #AD8D39

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.01%

 BLUE value IS 57 (22.66% from 255) = 15.36%

R = 46.63%
G = 38.01%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD8D39 (or 0xAD8D39) is known color: Alpine. HEX triplet: AD, 8D and 39. RGB value is (173,141,57). Sum of RGB (Red+Green+Blue) = 173+141+57=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D39 is #5272C6. Grayscale: #8D8D8D. Windows color (decimal): -5403335 or 3771821. OLE color: 3771821.

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

Color convert

RGB 173 141 57 -
CMYK 0 0.18 0.67 0.32
HSL 43.45º 0.5% 0.45% -
HSV(B) 43.45º 0.67% 0.68% -
XYZ 27.5 28.23 7.87 -
YUV 140.99 80.6 150.83 -
System Red Green Blue C M Y K H S L
Decimal 173 141 57 0 0.18 0.67 0.32 43.45 0.5 0.45
Hex AD 8D 39 0 12 43 20 2B 32 2D
Octal 255 215 71 0 22 103 40 53 62 55
Binary 10101101 10001101 111001 0 10010 1000011 100000 101011 110010 101101

Color Harmonies of #AD8D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D39

Black with #AD8D39

Text Example


Text Example

White with #AD8D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D39; }

 p { color: rgb(173,141,57); }

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

background-color css

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

 a { background-color: rgb(173,141,57); }

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

border-color css

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

 span { border-color: rgb(173,141,57); }

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