Html Css Color HEX #AA8167 Medium Wood

📋 copy color: '#AA8167'

red 170 ◦ green 129 ◦ blue 103

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

Shades of Medium Wood #AA8167

Tints of Medium Wood #AA8167

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.09%

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

R = 42.29%
G = 32.09%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA8167 (or 0xAA8167) is known color: Medium Wood. HEX triplet: AA, 81 and 67. RGB value is (170,129,103). Sum of RGB (Red+Green+Blue) = 170+129+103=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8167 is #557E98. Grayscale: #8A8A8A. Windows color (decimal): -5602969 or 6783402. OLE color: 6783402.

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

Color convert

RGB 170 129 103 -
CMYK 0 0.24 0.39 0.33
HSL 23.28º 0.28% 0.54% -
HSV(B) 23.28º 0.39% 0.67% -
XYZ 26.88 25.23 16.28 -
YUV 138.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 170 129 103 0 0.24 0.39 0.33 23.28 0.28 0.54
Hex AA 81 67 0 18 27 21 17 1C 36
Octal 252 201 147 0 30 47 41 27 34 66
Binary 10101010 10000001 1100111 0 11000 100111 100001 10111 11100 110110

Color Harmonies of #AA8167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8167

Black with #AA8167

Text Example


Text Example

White with #AA8167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8167; }

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

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

background-color css

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

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

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

border-color css

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

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

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