Html Css Color HEX #AA8634 Alpine

📋 copy color: '#AA8634'

red 170 ◦ green 134 ◦ blue 52

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

Shades of Alpine #AA8634

Tints of Alpine #AA8634

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.64%

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 47.75%
G = 37.64%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA8634 (or 0xAA8634) is known color: Alpine. HEX triplet: AA, 86 and 34. RGB value is (170,134,52). Sum of RGB (Red+Green+Blue) = 170+134+52=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8634 is #5579CB. Grayscale: #878787. Windows color (decimal): -5601740 or 3442346. OLE color: 3442346.

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

Color convert

RGB 170 134 52 -
CMYK 0 0.21 0.69 0.33
HSL 41.69º 0.53% 0.44% -
HSV(B) 41.69º 0.69% 0.67% -
XYZ 25.72 25.84 6.88 -
YUV 135.42 80.93 152.67 -
System Red Green Blue C M Y K H S L
Decimal 170 134 52 0 0.21 0.69 0.33 41.69 0.53 0.44
Hex AA 86 34 0 15 45 21 2A 35 2C
Octal 252 206 64 0 25 105 41 52 65 54
Binary 10101010 10000110 110100 0 10101 1000101 100001 101010 110101 101100

Color Harmonies of #AA8634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8634

Black with #AA8634

Text Example


Text Example

White with #AA8634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8634; }

 p { color: rgb(170,134,52); }

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

background-color css

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

 a { background-color: rgb(170,134,52); }

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

border-color css

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

 span { border-color: rgb(170,134,52); }

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