Html Css Color HEX #AA8569 Medium Wood

📋 copy color: '#AA8569'

red 170 ◦ green 133 ◦ blue 105

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

Shades of Medium Wood #AA8569

Tints of Medium Wood #AA8569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.6%

 BLUE value IS 105 (41.41% from 255) = 25.74%

R = 41.67%
G = 32.6%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA8569 (or 0xAA8569) is known color: Medium Wood. HEX triplet: AA, 85 and 69. RGB value is (170,133,105). Sum of RGB (Red+Green+Blue) = 170+133+105=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8569 is #557A96. Grayscale: #8D8D8D. Windows color (decimal): -5601943 or 6915498. OLE color: 6915498.

HSL color Cylindrical-coordinate representation of color #AA8569: hue angle of 25.85º degrees, saturation: 0.28, 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 #AA8569 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 133 105 -
CMYK 0 0.22 0.38 0.33
HSL 25.85º 0.28% 0.54% -
HSV(B) 25.85º 0.38% 0.67% -
XYZ 27.51 26.34 17 -
YUV 140.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 170 133 105 0 0.22 0.38 0.33 25.85 0.28 0.54
Hex AA 85 69 0 16 26 21 1A 1C 36
Octal 252 205 151 0 26 46 41 32 34 66
Binary 10101010 10000101 1101001 0 10110 100110 100001 11010 11100 110110

Color Harmonies of #AA8569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8569

Black with #AA8569

Text Example


Text Example

White with #AA8569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8569; }

 p { color: rgb(170,133,105); }

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

background-color css

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

 a { background-color: rgb(170,133,105); }

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

border-color css

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

 span { border-color: rgb(170,133,105); }

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