#AA8033

Color #AA8033 Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #AA8033

Tints of Alpine #AA8033

Color information

#AA8033 (or 0xAA8033) is unknown color: approx Alpine. HEX triplet: AA, 80 and 33. RGB value is (170,128,51). Sum of RGB (Red+Green+Blue) = 170+128+51=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8033 is #557FCC. Grayscale: #848484. Windows color (decimal): -5603277 or 3375274. OLE color: 3375274.

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

Color convert

RGB17012851-
CMYK00.250.70.33
HSL38.82º53.85%43.33%-
HSV(B)38.82º70%66.67%-
XYZ24.8924.226.5-
YUV131.7882.41155.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.71%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 51 (20.31% from 255) = 14.61%
R=48.71%
G=36.68%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701285100.250.70.3338.8253.8543.33
HexAA8033019462127362b
Octal2522006303110641476653
Binary10101010100000001100110110011000110100001100111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8033; }

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

 H1.HeaderClassName
 {
   color: #AA8033;
 }
 .AnyTagClassName
 {
   color: #AA8033;
 }
</style>
background-color css

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

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

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

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

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

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