Html Css Color HEX #AA8436 Alpine

📋 copy color: '#AA8436'

red 170 ◦ green 132 ◦ blue 54

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

Shades of Alpine #AA8436

Tints of Alpine #AA8436

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.08%

 BLUE value IS 54 (21.48% from 255) = 15.17%

R = 47.75%
G = 37.08%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA8436 (or 0xAA8436) is known color: Alpine. HEX triplet: AA, 84 and 36. RGB value is (170,132,54). Sum of RGB (Red+Green+Blue) = 170+132+54=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8436 is #557BC9. Grayscale: #868686. Windows color (decimal): -5602250 or 3572906. OLE color: 3572906.

HSL color Cylindrical-coordinate representation of color #AA8436: hue angle of 40.34º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA8436 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 132 54 -
CMYK 0 0.22 0.68 0.33
HSL 40.34º 0.52% 0.44% -
HSV(B) 40.34º 0.68% 0.67% -
XYZ 25.49 25.31 7.03 -
YUV 134.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 170 132 54 0 0.22 0.68 0.33 40.34 0.52 0.44
Hex AA 84 36 0 16 44 21 28 34 2C
Octal 252 204 66 0 26 104 41 50 64 54
Binary 10101010 10000100 110110 0 10110 1000100 100001 101000 110100 101100

Color Harmonies of #AA8436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8436

Black with #AA8436

Text Example


Text Example

White with #AA8436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8436; }

 p { color: rgb(170,132,54); }

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

background-color css

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

 a { background-color: rgb(170,132,54); }

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

border-color css

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

 span { border-color: rgb(170,132,54); }

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