Html Css Color HEX #AD8036 Alpine

📋 copy color: '#AD8036'

red 173 ◦ green 128 ◦ blue 54

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

Shades of Alpine #AD8036

Tints of Alpine #AD8036

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

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

R = 48.73%
G = 36.06%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD8036 (or 0xAD8036) is known color: Alpine. HEX triplet: AD, 80 and 36. RGB value is (173,128,54). Sum of RGB (Red+Green+Blue) = 173+128+54=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8036 is #527FC9. Grayscale: #858585. Windows color (decimal): -5406666 or 3571885. OLE color: 3571885.

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

Color convert

RGB 173 128 54 -
CMYK 0 0.26 0.69 0.32
HSL 37.31º 0.52% 0.45% -
HSV(B) 37.31º 0.69% 0.68% -
XYZ 25.62 24.59 6.89 -
YUV 133.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 173 128 54 0 0.26 0.69 0.32 37.31 0.52 0.45
Hex AD 80 36 0 1A 45 20 25 34 2D
Octal 255 200 66 0 32 105 40 45 64 55
Binary 10101101 10000000 110110 0 11010 1000101 100000 100101 110100 101101

Color Harmonies of #AD8036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8036

Black with #AD8036

Text Example


Text Example

White with #AD8036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8036; }

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

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

background-color css

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

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

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

border-color css

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

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

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