Html Css Color HEX #AA853C Alpine

📋 copy color: '#AA853C'

red 170 ◦ green 133 ◦ blue 60

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

Shades of Alpine #AA853C

Tints of Alpine #AA853C

RGB

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

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

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

R = 46.83%
G = 36.64%
B = 16.53%

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

#AA853C (or 0xAA853C) is known color: Alpine. HEX triplet: AA, 85 and 3C. RGB value is (170,133,60). Sum of RGB (Red+Green+Blue) = 170+133+60=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA853C is #557AC3. Grayscale: #888888. Windows color (decimal): -5601988 or 3966378. OLE color: 3966378.

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

Color convert

RGB 170 133 60 -
CMYK 0 0.22 0.65 0.33
HSL 39.82º 0.48% 0.45% -
HSV(B) 39.82º 0.65% 0.67% -
XYZ 25.78 25.65 7.87 -
YUV 135.74 85.26 152.44 -
System Red Green Blue C M Y K H S L
Decimal 170 133 60 0 0.22 0.65 0.33 39.82 0.48 0.45
Hex AA 85 3C 0 16 41 21 28 30 2D
Octal 252 205 74 0 26 101 41 50 60 55
Binary 10101010 10000101 111100 0 10110 1000001 100001 101000 110000 101101

Color Harmonies of #AA853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA853C

Black with #AA853C

Text Example


Text Example

White with #AA853C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA853C; }

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

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

background-color css

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

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

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

border-color css

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

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

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