Html Css Color HEX #AA8565 Medium Wood

📋 copy color: '#AA8565'

red 170 ◦ green 133 ◦ blue 101

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

Shades of Medium Wood #AA8565

Tints of Medium Wood #AA8565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

 BLUE value IS 101 (39.84% from 255) = 25%

R = 42.08%
G = 32.92%
B = 25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA8565 (or 0xAA8565) is known color: Medium Wood. HEX triplet: AA, 85 and 65. RGB value is (170,133,101). Sum of RGB (Red+Green+Blue) = 170+133+101=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8565 is #557A9A. Grayscale: #8C8C8C. Windows color (decimal): -5601947 or 6653354. OLE color: 6653354.

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

Color convert

RGB 170 133 101 -
CMYK 0 0.22 0.41 0.33
HSL 27.83º 0.29% 0.53% -
HSV(B) 27.83º 0.41% 0.67% -
XYZ 27.31 26.26 15.94 -
YUV 140.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 170 133 101 0 0.22 0.41 0.33 27.83 0.29 0.53
Hex AA 85 65 0 16 29 21 1C 1D 35
Octal 252 205 145 0 26 51 41 34 35 65
Binary 10101010 10000101 1100101 0 10110 101001 100001 11100 11101 110101

Color Harmonies of #AA8565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8565

Black with #AA8565

Text Example


Text Example

White with #AA8565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8565; }

 p { color: rgb(170,133,101); }

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

background-color css

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

 a { background-color: rgb(170,133,101); }

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

border-color css

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

 span { border-color: rgb(170,133,101); }

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