Html Css Color HEX #AA8364 Medium Wood

📋 copy color: '#AA8364'

red 170 ◦ green 131 ◦ blue 100

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

Shades of Medium Wood #AA8364

Tints of Medium Wood #AA8364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.94%

R = 42.39%
G = 32.67%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA8364 (or 0xAA8364) is known color: Medium Wood. HEX triplet: AA, 83 and 64. RGB value is (170,131,100). Sum of RGB (Red+Green+Blue) = 170+131+100=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8364 is #557C9B. Grayscale: #8B8B8B. Windows color (decimal): -5602460 or 6587306. OLE color: 6587306.

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

Color convert

RGB 170 131 100 -
CMYK 0 0.23 0.41 0.33
HSL 26.57º 0.29% 0.53% -
HSV(B) 26.57º 0.41% 0.67% -
XYZ 26.99 25.7 15.59 -
YUV 139.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 170 131 100 0 0.23 0.41 0.33 26.57 0.29 0.53
Hex AA 83 64 0 17 29 21 1B 1D 35
Octal 252 203 144 0 27 51 41 33 35 65
Binary 10101010 10000011 1100100 0 10111 101001 100001 11011 11101 110101

Color Harmonies of #AA8364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8364

Black with #AA8364

Text Example


Text Example

White with #AA8364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8364; }

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

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

background-color css

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

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

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

border-color css

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

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

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