Html Css Color HEX #AA826A Medium Wood

📋 copy color: '#AA826A'

red 170 ◦ green 130 ◦ blue 106

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

Shades of Medium Wood #AA826A

Tints of Medium Wood #AA826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.11%

R = 41.87%
G = 32.02%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA826A (or 0xAA826A) is known color: Medium Wood. HEX triplet: AA, 82 and 6A. RGB value is (170,130,106). Sum of RGB (Red+Green+Blue) = 170+130+106=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA826A is #557D95. Grayscale: #8B8B8B. Windows color (decimal): -5602710 or 6980266. OLE color: 6980266.

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

Color convert

RGB 170 130 106 -
CMYK 0 0.24 0.38 0.33
HSL 22.5º 0.27% 0.54% -
HSV(B) 22.5º 0.38% 0.67% -
XYZ 27.16 25.55 17.14 -
YUV 139.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 170 130 106 0 0.24 0.38 0.33 22.5 0.27 0.54
Hex AA 82 6A 0 18 26 21 16 1B 36
Octal 252 202 152 0 30 46 41 26 33 66
Binary 10101010 10000010 1101010 0 11000 100110 100001 10110 11011 110110

Color Harmonies of #AA826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA826A

Black with #AA826A

Text Example


Text Example

White with #AA826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA826A; }

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

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

background-color css

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

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

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

border-color css

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

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

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