Html Css Color HEX #AA8037 Alpine

📋 copy color: '#AA8037'

red 170 ◦ green 128 ◦ blue 55

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

Shades of Alpine #AA8037

Tints of Alpine #AA8037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.58%

R = 48.16%
G = 36.26%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA8037 (or 0xAA8037) is known color: Alpine. HEX triplet: AA, 80 and 37. RGB value is (170,128,55). Sum of RGB (Red+Green+Blue) = 170+128+55=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 55 (21.88% from 255 or 15.58% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8037 is #557FC8. Grayscale: #848484. Windows color (decimal): -5603273 or 3637418. OLE color: 3637418.

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

Color convert

RGB 170 128 55 -
CMYK 0 0.25 0.68 0.33
HSL 38.09º 0.51% 0.44% -
HSV(B) 38.09º 0.68% 0.67% -
XYZ 24.99 24.26 6.98 -
YUV 132.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 170 128 55 0 0.25 0.68 0.33 38.09 0.51 0.44
Hex AA 80 37 0 19 44 21 26 33 2C
Octal 252 200 67 0 31 104 41 46 63 54
Binary 10101010 10000000 110111 0 11001 1000100 100001 100110 110011 101100

Color Harmonies of #AA8037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8037

Black with #AA8037

Text Example


Text Example

White with #AA8037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8037; }

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

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

background-color css

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

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

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

border-color css

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

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

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