Html Css Color HEX #AA826B Medium Wood

📋 copy color: '#AA826B'

red 170 ◦ green 130 ◦ blue 107

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

Shades of Medium Wood #AA826B

Tints of Medium Wood #AA826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.29%

R = 41.77%
G = 31.94%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA826B (or 0xAA826B) is known color: Medium Wood. HEX triplet: AA, 82 and 6B. RGB value is (170,130,107). Sum of RGB (Red+Green+Blue) = 170+130+107=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA826B is #557D94. Grayscale: #8B8B8B. Windows color (decimal): -5602709 or 7045802. OLE color: 7045802.

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

Color convert

RGB 170 130 107 -
CMYK 0 0.24 0.37 0.33
HSL 21.9º 0.27% 0.54% -
HSV(B) 21.9º 0.37% 0.67% -
XYZ 27.21 25.57 17.41 -
YUV 139.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 170 130 107 0 0.24 0.37 0.33 21.9 0.27 0.54
Hex AA 82 6B 0 18 25 21 16 1B 36
Octal 252 202 153 0 30 45 41 26 33 66
Binary 10101010 10000010 1101011 0 11000 100101 100001 10110 11011 110110

Color Harmonies of #AA826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA826B

Black with #AA826B

Text Example


Text Example

White with #AA826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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