Html Css Color HEX #AA8161 Medium Wood

📋 copy color: '#AA8161'

red 170 ◦ green 129 ◦ blue 97

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

Shades of Medium Wood #AA8161

Tints of Medium Wood #AA8161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.49%

R = 42.93%
G = 32.58%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA8161 (or 0xAA8161) is known color: Medium Wood. HEX triplet: AA, 81 and 61. RGB value is (170,129,97). Sum of RGB (Red+Green+Blue) = 170+129+97=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8161 is #557E9E. Grayscale: #898989. Windows color (decimal): -5602975 or 6390186. OLE color: 6390186.

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

Color convert

RGB 170 129 97 -
CMYK 0 0.24 0.43 0.33
HSL 26.3º 0.3% 0.52% -
HSV(B) 26.3º 0.43% 0.67% -
XYZ 26.59 25.11 14.75 -
YUV 137.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 170 129 97 0 0.24 0.43 0.33 26.3 0.3 0.52
Hex AA 81 61 0 18 2B 21 1A 1E 34
Octal 252 201 141 0 30 53 41 32 36 64
Binary 10101010 10000001 1100001 0 11000 101011 100001 11010 11110 110100

Color Harmonies of #AA8161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8161

Black with #AA8161

Text Example


Text Example

White with #AA8161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8161; }

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

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

background-color css

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

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

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

border-color css

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

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

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