Html Css Color HEX #AA816E Medium Wood

📋 copy color: '#AA816E'

red 170 ◦ green 129 ◦ blue 110

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

Shades of Medium Wood #AA816E

Tints of Medium Wood #AA816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.89%

R = 41.56%
G = 31.54%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA816E (or 0xAA816E) is known color: Medium Wood. HEX triplet: AA, 81 and 6E. RGB value is (170,129,110). Sum of RGB (Red+Green+Blue) = 170+129+110=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA816E is #557E91. Grayscale: #8B8B8B. Windows color (decimal): -5602962 or 7242154. OLE color: 7242154.

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

Color convert

RGB 170 129 110 -
CMYK 0 0.24 0.35 0.33
HSL 19º 0.26% 0.55% -
HSV(B) 19º 0.35% 0.67% -
XYZ 27.24 25.37 18.21 -
YUV 139.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 170 129 110 0 0.24 0.35 0.33 19 0.26 0.55
Hex AA 81 6E 0 18 23 21 13 1A 37
Octal 252 201 156 0 30 43 41 23 32 67
Binary 10101010 10000001 1101110 0 11000 100011 100001 10011 11010 110111

Color Harmonies of #AA816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA816E

Black with #AA816E

Text Example


Text Example

White with #AA816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA816E; }

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

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

background-color css

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

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

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

border-color css

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

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

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