Html Css Color HEX #AA8568 Medium Wood

📋 copy color: '#AA8568'

red 170 ◦ green 133 ◦ blue 104

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

Shades of Medium Wood #AA8568

Tints of Medium Wood #AA8568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 41.77%
G = 32.68%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA8568 (or 0xAA8568) is known color: Medium Wood. HEX triplet: AA, 85 and 68. RGB value is (170,133,104). Sum of RGB (Red+Green+Blue) = 170+133+104=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8568 is #557A97. Grayscale: #8C8C8C. Windows color (decimal): -5601944 or 6849962. OLE color: 6849962.

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

Color convert

RGB 170 133 104 -
CMYK 0 0.22 0.39 0.33
HSL 26.36º 0.28% 0.54% -
HSV(B) 26.36º 0.39% 0.67% -
XYZ 27.46 26.32 16.73 -
YUV 140.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 170 133 104 0 0.22 0.39 0.33 26.36 0.28 0.54
Hex AA 85 68 0 16 27 21 1A 1C 36
Octal 252 205 150 0 26 47 41 32 34 66
Binary 10101010 10000101 1101000 0 10110 100111 100001 11010 11100 110110

Color Harmonies of #AA8568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8568

Black with #AA8568

Text Example


Text Example

White with #AA8568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8568; }

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

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

background-color css

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

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

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

border-color css

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

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

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