Html Css Color HEX #AD8136 Alpine

📋 copy color: '#AD8136'

red 173 ◦ green 129 ◦ blue 54

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

Shades of Alpine #AD8136

Tints of Alpine #AD8136

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.24%

 BLUE value IS 54 (21.48% from 255) = 15.17%

R = 48.6%
G = 36.24%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD8136 (or 0xAD8136) is known color: Alpine. HEX triplet: AD, 81 and 36. RGB value is (173,129,54). Sum of RGB (Red+Green+Blue) = 173+129+54=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8136 is #527EC9. Grayscale: #858585. Windows color (decimal): -5406410 or 3572141. OLE color: 3572141.

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

Color convert

RGB 173 129 54 -
CMYK 0 0.25 0.69 0.32
HSL 37.82º 0.52% 0.45% -
HSV(B) 37.82º 0.69% 0.68% -
XYZ 25.75 24.85 6.93 -
YUV 133.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 173 129 54 0 0.25 0.69 0.32 37.82 0.52 0.45
Hex AD 81 36 0 19 45 20 26 34 2D
Octal 255 201 66 0 31 105 40 46 64 55
Binary 10101101 10000001 110110 0 11001 1000101 100000 100110 110100 101101

Color Harmonies of #AD8136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8136

Black with #AD8136

Text Example


Text Example

White with #AD8136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8136; }

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

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

background-color css

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

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

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

border-color css

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

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

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