Html Css Color HEX #AA8533 Alpine

📋 copy color: '#AA8533'

red 170 ◦ green 133 ◦ blue 51

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

Shades of Alpine #AA8533

Tints of Alpine #AA8533

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.57%

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

R = 48.02%
G = 37.57%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA8533 (or 0xAA8533) is known color: Alpine. HEX triplet: AA, 85 and 33. RGB value is (170,133,51). Sum of RGB (Red+Green+Blue) = 170+133+51=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8533 is #557ACC. Grayscale: #878787. Windows color (decimal): -5601997 or 3376554. OLE color: 3376554.

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

Color convert

RGB 170 133 51 -
CMYK 0 0.22 0.7 0.33
HSL 41.34º 0.54% 0.43% -
HSV(B) 41.34º 0.7% 0.67% -
XYZ 25.56 25.56 6.72 -
YUV 134.72 80.76 153.17 -
System Red Green Blue C M Y K H S L
Decimal 170 133 51 0 0.22 0.7 0.33 41.34 0.54 0.43
Hex AA 85 33 0 16 46 21 29 36 2B
Octal 252 205 63 0 26 106 41 51 66 53
Binary 10101010 10000101 110011 0 10110 1000110 100001 101001 110110 101011

Color Harmonies of #AA8533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8533

Black with #AA8533

Text Example


Text Example

White with #AA8533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8533; }

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

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

background-color css

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

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

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

border-color css

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

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

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