Html Css Color HEX #AA8233 Alpine

📋 copy color: '#AA8233'

red 170 ◦ green 130 ◦ blue 51

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

Shades of Alpine #AA8233

Tints of Alpine #AA8233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.53%

R = 48.43%
G = 37.04%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA8233 (or 0xAA8233) is known color: Alpine. HEX triplet: AA, 82 and 33. RGB value is (170,130,51). Sum of RGB (Red+Green+Blue) = 170+130+51=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8233 is #557DCC. Grayscale: #858585. Windows color (decimal): -5602765 or 3375786. OLE color: 3375786.

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

Color convert

RGB 170 130 51 -
CMYK 0 0.24 0.7 0.33
HSL 39.83º 0.54% 0.43% -
HSV(B) 39.83º 0.7% 0.67% -
XYZ 25.16 24.75 6.58 -
YUV 132.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 170 130 51 0 0.24 0.7 0.33 39.83 0.54 0.43
Hex AA 82 33 0 18 46 21 28 36 2B
Octal 252 202 63 0 30 106 41 50 66 53
Binary 10101010 10000010 110011 0 11000 1000110 100001 101000 110110 101011

Color Harmonies of #AA8233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8233

Black with #AA8233

Text Example


Text Example

White with #AA8233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8233; }

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

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

background-color css

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

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

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

border-color css

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

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

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