Html Css Color HEX #AA8067 Medium Wood

📋 copy color: '#AA8067'

red 170 ◦ green 128 ◦ blue 103

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

Shades of Medium Wood #AA8067

Tints of Medium Wood #AA8067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.69%

R = 42.39%
G = 31.92%
B = 25.69%

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

#AA8067 (or 0xAA8067) is known color: Medium Wood. HEX triplet: AA, 80 and 67. RGB value is (170,128,103). Sum of RGB (Red+Green+Blue) = 170+128+103=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8067 is #557F98. Grayscale: #898989. Windows color (decimal): -5603225 or 6783146. OLE color: 6783146.

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

Color convert

RGB 170 128 103 -
CMYK 0 0.25 0.39 0.33
HSL 22.39º 0.28% 0.54% -
HSV(B) 22.39º 0.39% 0.67% -
XYZ 26.74 24.96 16.24 -
YUV 137.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 170 128 103 0 0.25 0.39 0.33 22.39 0.28 0.54
Hex AA 80 67 0 19 27 21 16 1C 36
Octal 252 200 147 0 31 47 41 26 34 66
Binary 10101010 10000000 1100111 0 11001 100111 100001 10110 11100 110110

Color Harmonies of #AA8067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8067

Black with #AA8067

Text Example


Text Example

White with #AA8067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8067; }

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

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

background-color css

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

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

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

border-color css

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

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

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