Html Css Color HEX #AA865F Medium Wood

📋 copy color: '#AA865F'

red 170 ◦ green 134 ◦ blue 95

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

Shades of Medium Wood #AA865F

Tints of Medium Wood #AA865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.58%

 BLUE value IS 95 (37.5% from 255) = 23.81%

R = 42.61%
G = 33.58%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA865F (or 0xAA865F) is known color: Medium Wood. HEX triplet: AA, 86 and 5F. RGB value is (170,134,95). Sum of RGB (Red+Green+Blue) = 170+134+95=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA865F is #5579A0. Grayscale: #8C8C8C. Windows color (decimal): -5601697 or 6260394. OLE color: 6260394.

HSL color Cylindrical-coordinate representation of color #AA865F: hue angle of 31.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA865F is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 134 95 -
CMYK 0 0.21 0.44 0.33
HSL 31.2º 0.31% 0.52% -
HSV(B) 31.2º 0.44% 0.67% -
XYZ 27.17 26.42 14.49 -
YUV 140.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 170 134 95 0 0.21 0.44 0.33 31.2 0.31 0.52
Hex AA 86 5F 0 15 2C 21 1F 1F 34
Octal 252 206 137 0 25 54 41 37 37 64
Binary 10101010 10000110 1011111 0 10101 101100 100001 11111 11111 110100

Color Harmonies of #AA865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA865F

Black with #AA865F

Text Example


Text Example

White with #AA865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA865F; }

 p { color: rgb(170,134,95); }

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

background-color css

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

 a { background-color: rgb(170,134,95); }

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

border-color css

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

 span { border-color: rgb(170,134,95); }

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