Html Css Color HEX #AA843C Alpine

📋 copy color: '#AA843C'

red 170 ◦ green 132 ◦ blue 60

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

Shades of Alpine #AA843C

Tints of Alpine #AA843C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.57%

R = 46.96%
G = 36.46%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA843C (or 0xAA843C) is known color: Alpine. HEX triplet: AA, 84 and 3C. RGB value is (170,132,60). Sum of RGB (Red+Green+Blue) = 170+132+60=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA843C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA843C is #557BC3. Grayscale: #878787. Windows color (decimal): -5602244 or 3966122. OLE color: 3966122.

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

Color convert

RGB 170 132 60 -
CMYK 0 0.22 0.65 0.33
HSL 39.27º 0.48% 0.45% -
HSV(B) 39.27º 0.65% 0.67% -
XYZ 25.64 25.37 7.82 -
YUV 135.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 170 132 60 0 0.22 0.65 0.33 39.27 0.48 0.45
Hex AA 84 3C 0 16 41 21 27 30 2D
Octal 252 204 74 0 26 101 41 47 60 55
Binary 10101010 10000100 111100 0 10110 1000001 100001 100111 110000 101101

Color Harmonies of #AA843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA843C

Black with #AA843C

Text Example


Text Example

White with #AA843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA843C; }

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

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

background-color css

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

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

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

border-color css

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

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

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