Html Css Color HEX #AA8040 Alpine

📋 copy color: '#AA8040'

red 170 ◦ green 128 ◦ blue 64

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

Shades of Alpine #AA8040

Tints of Alpine #AA8040

RGB

 RED value IS 170 (66.8% from 255) = 46.96%

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

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

R = 46.96%
G = 35.36%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA8040 (or 0xAA8040) is known color: Alpine. HEX triplet: AA, 80 and 40. RGB value is (170,128,64). Sum of RGB (Red+Green+Blue) = 170+128+64=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8040 is #557FBF. Grayscale: #858585. Windows color (decimal): -5603264 or 4227242. OLE color: 4227242.

HSL color Cylindrical-coordinate representation of color #AA8040: hue angle of 36.23º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA8040 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 128 64 -
CMYK 0 0.25 0.62 0.33
HSL 36.23º 0.45% 0.46% -
HSV(B) 36.23º 0.62% 0.67% -
XYZ 25.22 24.35 8.22 -
YUV 133.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 170 128 64 0 0.25 0.62 0.33 36.23 0.45 0.46
Hex AA 80 40 0 19 3E 21 24 2D 2E
Octal 252 200 100 0 31 76 41 44 55 56
Binary 10101010 10000000 1000000 0 11001 111110 100001 100100 101101 101110

Color Harmonies of #AA8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8040

Black with #AA8040

Text Example


Text Example

White with #AA8040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8040; }

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

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

background-color css

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

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

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

border-color css

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

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

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