#AA823C

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

Shades of Alpine #AA823C

Tints of Alpine #AA823C

Color information

#AA823C (or 0xAA823C) is unknown color: approx Alpine. HEX triplet: AA, 82 and 3C. RGB value is (170,130,60). Sum of RGB (Red+Green+Blue) = 170+130+60=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA823C is #557DC3. Grayscale: #868686. Windows color (decimal): -5602756 or 3965610. OLE color: 3965610.

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

Color convert

RGB17013060-
CMYK00.240.650.33
HSL38.18º47.83%45.1%-
HSV(B)38.18º64.71%66.67%-
XYZ25.3824.847.73-
YUV133.9886.25153.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 60 (23.83% from 255) = 16.67%
R=47.22%
G=36.11%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701306000.240.650.3338.1847.8345.1
HexAA823C018412126302d
Octal2522027403010141466055
Binary10101010100000101111000110001000001100001100110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA823C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA823C; }

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

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

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

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

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

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

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

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