Html Css Color HEX #AA853A Alpine

📋 copy color: '#AA853A'

red 170 ◦ green 133 ◦ blue 58

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

Shades of Alpine #AA853A

Tints of Alpine #AA853A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.07%

R = 47.09%
G = 36.84%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA853A (or 0xAA853A) is known color: Alpine. HEX triplet: AA, 85 and 3A. RGB value is (170,133,58). Sum of RGB (Red+Green+Blue) = 170+133+58=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA853A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA853A is #557AC5. Grayscale: #878787. Windows color (decimal): -5601990 or 3835306. OLE color: 3835306.

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

Color convert

RGB 170 133 58 -
CMYK 0 0.22 0.66 0.33
HSL 40.18º 0.49% 0.45% -
HSV(B) 40.18º 0.66% 0.67% -
XYZ 25.73 25.63 7.59 -
YUV 135.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 170 133 58 0 0.22 0.66 0.33 40.18 0.49 0.45
Hex AA 85 3A 0 16 42 21 28 31 2D
Octal 252 205 72 0 26 102 41 50 61 55
Binary 10101010 10000101 111010 0 10110 1000010 100001 101000 110001 101101

Color Harmonies of #AA853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA853A

Black with #AA853A

Text Example


Text Example

White with #AA853A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA853A; }

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

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

background-color css

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

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

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

border-color css

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

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

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