Html Css Color HEX #AA826C Medium Wood

📋 copy color: '#AA826C'

red 170 ◦ green 130 ◦ blue 108

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

Shades of Medium Wood #AA826C

Tints of Medium Wood #AA826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.47%

R = 41.67%
G = 31.86%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA826C (or 0xAA826C) is known color: Medium Wood. HEX triplet: AA, 82 and 6C. RGB value is (170,130,108). Sum of RGB (Red+Green+Blue) = 170+130+108=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA826C is #557D93. Grayscale: #8B8B8B. Windows color (decimal): -5602708 or 7111338. OLE color: 7111338.

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

Color convert

RGB 170 130 108 -
CMYK 0 0.24 0.36 0.33
HSL 21.29º 0.27% 0.55% -
HSV(B) 21.29º 0.36% 0.67% -
XYZ 27.27 25.59 17.69 -
YUV 139.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 170 130 108 0 0.24 0.36 0.33 21.29 0.27 0.55
Hex AA 82 6C 0 18 24 21 15 1B 37
Octal 252 202 154 0 30 44 41 25 33 67
Binary 10101010 10000010 1101100 0 11000 100100 100001 10101 11011 110111

Color Harmonies of #AA826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA826C

Black with #AA826C

Text Example


Text Example

White with #AA826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA826C; }

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

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

background-color css

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

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

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

border-color css

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

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

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