Html Css Color HEX #AA823A Alpine

📋 copy color: '#AA823A'

red 170 ◦ green 130 ◦ blue 58

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

Shades of Alpine #AA823A

Tints of Alpine #AA823A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.31%

 BLUE value IS 58 (23.05% from 255) = 16.2%

R = 47.49%
G = 36.31%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA823A (or 0xAA823A) is known color: 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

RGB 170 130 58 -
CMYK 0 0.24 0.66 0.33
HSL 38.57º 0.49% 0.45% -
HSV(B) 38.57º 0.66% 0.67% -
XYZ 25.32 24.82 7.46 -
YUV 133.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 170 130 58 0 0.24 0.66 0.33 38.57 0.49 0.45
Hex AA 82 3A 0 18 42 21 27 31 2D
Octal 252 202 72 0 30 102 41 47 61 55
Binary 10101010 10000010 111010 0 11000 1000010 100001 100111 110001 101101

Color Harmonies of #AA823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA823A

Black with #AA823A

Text Example


Text Example

White with #AA823A

Text Example


Text Example

HTML Codes & Css Web 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>