Html Css Color HEX #AA8261 Medium Wood

📋 copy color: '#AA8261'

red 170 ◦ green 130 ◦ blue 97

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

Shades of Medium Wood #AA8261

Tints of Medium Wood #AA8261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

 BLUE value IS 97 (38.28% from 255) = 24.43%

R = 42.82%
G = 32.75%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA8261 (or 0xAA8261) is known color: Medium Wood. HEX triplet: AA, 82 and 61. RGB value is (170,130,97). Sum of RGB (Red+Green+Blue) = 170+130+97=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8261 is #557D9E. Grayscale: #8A8A8A. Windows color (decimal): -5602719 or 6390442. OLE color: 6390442.

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

Color convert

RGB 170 130 97 -
CMYK 0 0.24 0.43 0.33
HSL 27.12º 0.3% 0.52% -
HSV(B) 27.12º 0.43% 0.67% -
XYZ 26.72 25.37 14.8 -
YUV 138.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 170 130 97 0 0.24 0.43 0.33 27.12 0.3 0.52
Hex AA 82 61 0 18 2B 21 1B 1E 34
Octal 252 202 141 0 30 53 41 33 36 64
Binary 10101010 10000010 1100001 0 11000 101011 100001 11011 11110 110100

Color Harmonies of #AA8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8261

Black with #AA8261

Text Example


Text Example

White with #AA8261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8261; }

 p { color: rgb(170,130,97); }

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

background-color css

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

 a { background-color: rgb(170,130,97); }

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

border-color css

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

 span { border-color: rgb(170,130,97); }

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