Html Css Color HEX #AA855E Medium Wood

📋 copy color: '#AA855E'

red 170 ◦ green 133 ◦ blue 94

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

Shades of Medium Wood #AA855E

Tints of Medium Wood #AA855E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 42.82%
G = 33.5%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA855E (or 0xAA855E) is known color: Medium Wood. HEX triplet: AA, 85 and 5E. RGB value is (170,133,94). Sum of RGB (Red+Green+Blue) = 170+133+94=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA855E is #557AA1. Grayscale: #8B8B8B. Windows color (decimal): -5601954 or 6194602. OLE color: 6194602.

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

Color convert

RGB 170 133 94 -
CMYK 0 0.22 0.45 0.33
HSL 30.79º 0.31% 0.52% -
HSV(B) 30.79º 0.45% 0.67% -
XYZ 26.99 26.13 14.21 -
YUV 139.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 170 133 94 0 0.22 0.45 0.33 30.79 0.31 0.52
Hex AA 85 5E 0 16 2D 21 1F 1F 34
Octal 252 205 136 0 26 55 41 37 37 64
Binary 10101010 10000101 1011110 0 10110 101101 100001 11111 11111 110100

Color Harmonies of #AA855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA855E

Black with #AA855E

Text Example


Text Example

White with #AA855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA855E; }

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

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

background-color css

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

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

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

border-color css

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

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

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