Html Css Color HEX #AD8040 Alpine

📋 copy color: '#AD8040'

red 173 ◦ green 128 ◦ blue 64

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

Shades of Alpine #AD8040

Tints of Alpine #AD8040

RGB

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

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

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

R = 47.4%
G = 35.07%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD8040 (or 0xAD8040) is known color: Alpine. HEX triplet: AD, 80 and 40. RGB value is (173,128,64). Sum of RGB (Red+Green+Blue) = 173+128+64=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8040 is #527FBF. Grayscale: #868686. Windows color (decimal): -5406656 or 4227245. OLE color: 4227245.

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

Color convert

RGB 173 128 64 -
CMYK 0 0.26 0.63 0.32
HSL 35.23º 0.46% 0.46% -
HSV(B) 35.23º 0.63% 0.68% -
XYZ 25.88 24.69 8.25 -
YUV 134.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 173 128 64 0 0.26 0.63 0.32 35.23 0.46 0.46
Hex AD 80 40 0 1A 3F 20 23 2E 2E
Octal 255 200 100 0 32 77 40 43 56 56
Binary 10101101 10000000 1000000 0 11010 111111 100000 100011 101110 101110

Color Harmonies of #AD8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8040

Black with #AD8040

Text Example


Text Example

White with #AD8040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8040; }

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

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

background-color css

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

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

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

border-color css

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

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

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