Html Css Color HEX #AA815E Medium Wood

📋 copy color: '#AA815E'

red 170 ◦ green 129 ◦ blue 94

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

Shades of Medium Wood #AA815E

Tints of Medium Wood #AA815E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.82%

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

R = 43.26%
G = 32.82%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA815E (or 0xAA815E) is known color: Medium Wood. HEX triplet: AA, 81 and 5E. RGB value is (170,129,94). Sum of RGB (Red+Green+Blue) = 170+129+94=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA815E is #557EA1. Grayscale: #898989. Windows color (decimal): -5602978 or 6193578. OLE color: 6193578.

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

Color convert

RGB 170 129 94 -
CMYK 0 0.24 0.45 0.33
HSL 27.63º 0.31% 0.52% -
HSV(B) 27.63º 0.45% 0.67% -
XYZ 26.45 25.05 14.03 -
YUV 137.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 170 129 94 0 0.24 0.45 0.33 27.63 0.31 0.52
Hex AA 81 5E 0 18 2D 21 1C 1F 34
Octal 252 201 136 0 30 55 41 34 37 64
Binary 10101010 10000001 1011110 0 11000 101101 100001 11100 11111 110100

Color Harmonies of #AA815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA815E

Black with #AA815E

Text Example


Text Example

White with #AA815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA815E; }

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

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

background-color css

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

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

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

border-color css

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

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

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