Html Css Color HEX #AA8260 Medium Wood

📋 copy color: '#AA8260'

red 170 ◦ green 130 ◦ blue 96

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

Shades of Medium Wood #AA8260

Tints of Medium Wood #AA8260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.24%

R = 42.93%
G = 32.83%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA8260 (or 0xAA8260) is known color: Medium Wood. HEX triplet: AA, 82 and 60. RGB value is (170,130,96). Sum of RGB (Red+Green+Blue) = 170+130+96=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8260 is #557D9F. Grayscale: #8A8A8A. Windows color (decimal): -5602720 or 6324906. OLE color: 6324906.

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

Color convert

RGB 170 130 96 -
CMYK 0 0.24 0.44 0.33
HSL 27.57º 0.3% 0.52% -
HSV(B) 27.57º 0.44% 0.67% -
XYZ 26.67 25.36 14.55 -
YUV 138.08 104.25 150.76 -
System Red Green Blue C M Y K H S L
Decimal 170 130 96 0 0.24 0.44 0.33 27.57 0.3 0.52
Hex AA 82 60 0 18 2C 21 1C 1E 34
Octal 252 202 140 0 30 54 41 34 36 64
Binary 10101010 10000010 1100000 0 11000 101100 100001 11100 11110 110100

Color Harmonies of #AA8260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8260

Black with #AA8260

Text Example


Text Example

White with #AA8260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8260; }

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

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

background-color css

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

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

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

border-color css

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

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

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