#AA8234

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

Shades of Alpine #AA8234

Tints of Alpine #AA8234

Color information

#AA8234 (or 0xAA8234) is unknown color: approx Alpine. HEX triplet: AA, 82 and 34. RGB value is (170,130,52). Sum of RGB (Red+Green+Blue) = 170+130+52=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8234 is #557DCB. Grayscale: #858585. Windows color (decimal): -5602764 or 3441322. OLE color: 3441322.

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

Color convert

RGB17013052-
CMYK00.240.690.33
HSL39.66º53.15%43.53%-
HSV(B)39.66º69.41%66.67%-
XYZ25.1824.766.7-
YUV133.0782.25154.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 52 (20.70% from 255) = 14.77%
R=48.30%
G=36.93%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701305200.240.690.3339.6653.1543.53
HexAA8234018452128352c
Octal2522026403010541506554
Binary10101010100000101101000110001000101100001101000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8234; }

 p { color: rgb(170,130,52); }

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

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

 a { background-color: rgb(170,130,52); }

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

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

 span { border-color: rgb(170,130,52); }

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