Html Css Color HEX #AD8240 Alpine

📋 copy color: '#AD8240'

red 173 ◦ green 130 ◦ blue 64

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

Shades of Alpine #AD8240

Tints of Alpine #AD8240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 47.14%
G = 35.42%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD8240 (or 0xAD8240) is known color: Alpine. HEX triplet: AD, 82 and 40. RGB value is (173,130,64). Sum of RGB (Red+Green+Blue) = 173+130+64=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8240 is #527DBF. Grayscale: #878787. Windows color (decimal): -5406144 or 4227757. OLE color: 4227757.

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

Color convert

RGB 173 130 64 -
CMYK 0 0.25 0.63 0.32
HSL 36.33º 0.46% 0.46% -
HSV(B) 36.33º 0.63% 0.68% -
XYZ 26.14 25.22 8.34 -
YUV 135.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 173 130 64 0 0.25 0.63 0.32 36.33 0.46 0.46
Hex AD 82 40 0 19 3F 20 24 2E 2E
Octal 255 202 100 0 31 77 40 44 56 56
Binary 10101101 10000010 1000000 0 11001 111111 100000 100100 101110 101110

Color Harmonies of #AD8240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8240

Black with #AD8240

Text Example


Text Example

White with #AD8240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8240; }

 p { color: rgb(173,130,64); }

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

background-color css

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

 a { background-color: rgb(173,130,64); }

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

border-color css

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

 span { border-color: rgb(173,130,64); }

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