Html Css Color HEX #AA853B Alpine

📋 copy color: '#AA853B'

red 170 ◦ green 133 ◦ blue 59

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

Shades of Alpine #AA853B

Tints of Alpine #AA853B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.3%

R = 46.96%
G = 36.74%
B = 16.3%

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

#AA853B (or 0xAA853B) is known color: Alpine. HEX triplet: AA, 85 and 3B. RGB value is (170,133,59). Sum of RGB (Red+Green+Blue) = 170+133+59=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA853B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA853B is #557AC4. Grayscale: #878787. Windows color (decimal): -5601989 or 3900842. OLE color: 3900842.

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

Color convert

RGB 170 133 59 -
CMYK 0 0.22 0.65 0.33
HSL 40º 0.48% 0.45% -
HSV(B) 40º 0.65% 0.67% -
XYZ 25.75 25.64 7.73 -
YUV 135.63 84.76 152.52 -
System Red Green Blue C M Y K H S L
Decimal 170 133 59 0 0.22 0.65 0.33 40 0.48 0.45
Hex AA 85 3B 0 16 41 21 28 30 2D
Octal 252 205 73 0 26 101 41 50 60 55
Binary 10101010 10000101 111011 0 10110 1000001 100001 101000 110000 101101

Color Harmonies of #AA853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA853B

Black with #AA853B

Text Example


Text Example

White with #AA853B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA853B; }

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

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

background-color css

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

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

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

border-color css

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

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

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