Html Css Color HEX #AA8266 Medium Wood

📋 copy color: '#AA8266'

red 170 ◦ green 130 ◦ blue 102

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

Shades of Medium Wood #AA8266

Tints of Medium Wood #AA8266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.37%

R = 42.29%
G = 32.34%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA8266 (or 0xAA8266) is known color: Medium Wood. HEX triplet: AA, 82 and 66. RGB value is (170,130,102). Sum of RGB (Red+Green+Blue) = 170+130+102=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8266 is #557D99. Grayscale: #8A8A8A. Windows color (decimal): -5602714 or 6718122. OLE color: 6718122.

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

Color convert

RGB 170 130 102 -
CMYK 0 0.24 0.4 0.33
HSL 24.71º 0.29% 0.53% -
HSV(B) 24.71º 0.4% 0.67% -
XYZ 26.96 25.47 16.07 -
YUV 138.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 170 130 102 0 0.24 0.4 0.33 24.71 0.29 0.53
Hex AA 82 66 0 18 28 21 19 1D 35
Octal 252 202 146 0 30 50 41 31 35 65
Binary 10101010 10000010 1100110 0 11000 101000 100001 11001 11101 110101

Color Harmonies of #AA8266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8266

Black with #AA8266

Text Example


Text Example

White with #AA8266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8266; }

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

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

background-color css

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

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

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

border-color css

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

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

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