Html Css Color HEX #AA8366 Medium Wood

📋 copy color: '#AA8366'

red 170 ◦ green 131 ◦ blue 102

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

Shades of Medium Wood #AA8366

Tints of Medium Wood #AA8366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.51%

 BLUE value IS 102 (40.23% from 255) = 25.31%

R = 42.18%
G = 32.51%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA8366 (or 0xAA8366) is known color: Medium Wood. HEX triplet: AA, 83 and 66. RGB value is (170,131,102). Sum of RGB (Red+Green+Blue) = 170+131+102=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8366 is #557C99. Grayscale: #8B8B8B. Windows color (decimal): -5602458 or 6718378. OLE color: 6718378.

HSL color Cylindrical-coordinate representation of color #AA8366: hue angle of 25.59º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8366 is Cyan = 0, Magento = 0.23, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 131 102 -
CMYK 0 0.23 0.4 0.33
HSL 25.59º 0.29% 0.53% -
HSV(B) 25.59º 0.4% 0.67% -
XYZ 27.09 25.74 16.11 -
YUV 139.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 170 131 102 0 0.23 0.4 0.33 25.59 0.29 0.53
Hex AA 83 66 0 17 28 21 1A 1D 35
Octal 252 203 146 0 27 50 41 32 35 65
Binary 10101010 10000011 1100110 0 10111 101000 100001 11010 11101 110101

Color Harmonies of #AA8366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8366

Black with #AA8366

Text Example


Text Example

White with #AA8366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8366; }

 p { color: rgb(170,131,102); }

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

background-color css

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

 a { background-color: rgb(170,131,102); }

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

border-color css

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

 span { border-color: rgb(170,131,102); }

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