Html Css Color HEX #AA8068 Medium Wood

📋 copy color: '#AA8068'

red 170 ◦ green 128 ◦ blue 104

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

Shades of Medium Wood #AA8068

Tints of Medium Wood #AA8068

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.84%

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

R = 42.29%
G = 31.84%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA8068 (or 0xAA8068) is known color: Medium Wood. HEX triplet: AA, 80 and 68. RGB value is (170,128,104). Sum of RGB (Red+Green+Blue) = 170+128+104=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8068 is #557F97. Grayscale: #898989. Windows color (decimal): -5603224 or 6848682. OLE color: 6848682.

HSL color Cylindrical-coordinate representation of color #AA8068: hue angle of 21.82º 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 #AA8068 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 128 104 -
CMYK 0 0.25 0.39 0.33
HSL 21.82º 0.28% 0.54% -
HSV(B) 21.82º 0.39% 0.67% -
XYZ 26.8 24.98 16.51 -
YUV 137.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 170 128 104 0 0.25 0.39 0.33 21.82 0.28 0.54
Hex AA 80 68 0 19 27 21 16 1C 36
Octal 252 200 150 0 31 47 41 26 34 66
Binary 10101010 10000000 1101000 0 11001 100111 100001 10110 11100 110110

Color Harmonies of #AA8068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8068

Black with #AA8068

Text Example


Text Example

White with #AA8068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8068; }

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

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

background-color css

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

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

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

border-color css

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

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

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