Html Css Color HEX #AA833A Alpine

📋 copy color: '#AA833A'

red 170 ◦ green 131 ◦ blue 58

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

Shades of Alpine #AA833A

Tints of Alpine #AA833A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.49%

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

R = 47.35%
G = 36.49%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA833A (or 0xAA833A) is known color: Alpine. HEX triplet: AA, 83 and 3A. RGB value is (170,131,58). Sum of RGB (Red+Green+Blue) = 170+131+58=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA833A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA833A is #557CC5. Grayscale: #868686. Windows color (decimal): -5602502 or 3834794. OLE color: 3834794.

HSL color Cylindrical-coordinate representation of color #AA833A: hue angle of 39.11º 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 #AA833A is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 131 58 -
CMYK 0 0.23 0.66 0.33
HSL 39.11º 0.49% 0.45% -
HSV(B) 39.11º 0.66% 0.67% -
XYZ 25.46 25.08 7.5 -
YUV 134.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 170 131 58 0 0.23 0.66 0.33 39.11 0.49 0.45
Hex AA 83 3A 0 17 42 21 27 31 2D
Octal 252 203 72 0 27 102 41 47 61 55
Binary 10101010 10000011 111010 0 10111 1000010 100001 100111 110001 101101

Color Harmonies of #AA833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA833A

Black with #AA833A

Text Example


Text Example

White with #AA833A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA833A; }

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

 H1.HeaderClassName
 {
   color: #AA833A;
 }
 .AnyTagClassName
 {
   color: #AA833A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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