Html Css Color HEX #AA833F Alpine

📋 copy color: '#AA833F'

red 170 ◦ green 131 ◦ blue 63

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

Shades of Alpine #AA833F

Tints of Alpine #AA833F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.31%

R = 46.7%
G = 35.99%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA833F (or 0xAA833F) is known color: Alpine. HEX triplet: AA, 83 and 3F. RGB value is (170,131,63). Sum of RGB (Red+Green+Blue) = 170+131+63=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA833F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA833F is #557CC0. Grayscale: #878787. Windows color (decimal): -5602497 or 4162474. OLE color: 4162474.

HSL color Cylindrical-coordinate representation of color #AA833F: hue angle of 38.13º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA833F is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 131 63 -
CMYK 0 0.23 0.63 0.33
HSL 38.13º 0.46% 0.46% -
HSV(B) 38.13º 0.63% 0.67% -
XYZ 25.59 25.14 8.21 -
YUV 134.91 87.42 153.03 -
System Red Green Blue C M Y K H S L
Decimal 170 131 63 0 0.23 0.63 0.33 38.13 0.46 0.46
Hex AA 83 3F 0 17 3F 21 26 2E 2E
Octal 252 203 77 0 27 77 41 46 56 56
Binary 10101010 10000011 111111 0 10111 111111 100001 100110 101110 101110

Color Harmonies of #AA833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA833F

Black with #AA833F

Text Example


Text Example

White with #AA833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA833F; }

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

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

background-color css

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

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

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

border-color css

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

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

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