#AA823A

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

Shades of Alpine #AA823A

Tints of Alpine #AA823A

Color information

#AA823A (or 0xAA823A) is unknown color: approx Alpine. HEX triplet: AA, 82 and 3A. RGB value is (170,130,58). Sum of RGB (Red+Green+Blue) = 170+130+58=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA823A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA823A is #557DC5. Grayscale: #868686. Windows color (decimal): -5602758 or 3834538. OLE color: 3834538.

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

Color convert

RGB17013058-
CMYK00.240.660.33
HSL38.57º49.12%44.71%-
HSV(B)38.57º65.88%66.67%-
XYZ25.3224.827.46-
YUV133.7585.25153.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 58 (23.05% from 255) = 16.20%
R=47.49%
G=36.31%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701305800.240.660.3338.5749.1244.71
HexAA823A018422127312d
Octal2522027203010241476155
Binary10101010100000101110100110001000010100001100111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA823A; }

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

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

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

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

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

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

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

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