Html Css Color HEX #AA816F Medium Wood

📋 copy color: '#AA816F'

red 170 ◦ green 129 ◦ blue 111

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

Shades of Medium Wood #AA816F

Tints of Medium Wood #AA816F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.07%

R = 41.46%
G = 31.46%
B = 27.07%

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

#AA816F (or 0xAA816F) is known color: Medium Wood. HEX triplet: AA, 81 and 6F. RGB value is (170,129,111). Sum of RGB (Red+Green+Blue) = 170+129+111=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA816F is #557E90. Grayscale: #8B8B8B. Windows color (decimal): -5602961 or 7307690. OLE color: 7307690.

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

Color convert

RGB 170 129 111 -
CMYK 0 0.24 0.35 0.33
HSL 18.31º 0.26% 0.55% -
HSV(B) 18.31º 0.35% 0.67% -
XYZ 27.3 25.39 18.5 -
YUV 139.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 170 129 111 0 0.24 0.35 0.33 18.31 0.26 0.55
Hex AA 81 6F 0 18 23 21 12 1A 37
Octal 252 201 157 0 30 43 41 22 32 67
Binary 10101010 10000001 1101111 0 11000 100011 100001 10010 11010 110111

Color Harmonies of #AA816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA816F

Black with #AA816F

Text Example


Text Example

White with #AA816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA816F; }

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

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

background-color css

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

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

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

border-color css

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

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

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