Html Css Color HEX #AA8467 Medium Wood

📋 copy color: '#AA8467'

red 170 ◦ green 132 ◦ blue 103

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

Shades of Medium Wood #AA8467

Tints of Medium Wood #AA8467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.59%

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

R = 41.98%
G = 32.59%
B = 25.43%

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

#AA8467 (or 0xAA8467) is known color: Medium Wood. HEX triplet: AA, 84 and 67. RGB value is (170,132,103). Sum of RGB (Red+Green+Blue) = 170+132+103=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8467 is #557B98. Grayscale: #8C8C8C. Windows color (decimal): -5602201 or 6784170. OLE color: 6784170.

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

Color convert

RGB 170 132 103 -
CMYK 0 0.22 0.39 0.33
HSL 25.97º 0.28% 0.54% -
HSV(B) 25.97º 0.39% 0.67% -
XYZ 27.28 26.03 16.42 -
YUV 140.06 107.09 149.36 -
System Red Green Blue C M Y K H S L
Decimal 170 132 103 0 0.22 0.39 0.33 25.97 0.28 0.54
Hex AA 84 67 0 16 27 21 1A 1C 36
Octal 252 204 147 0 26 47 41 32 34 66
Binary 10101010 10000100 1100111 0 10110 100111 100001 11010 11100 110110

Color Harmonies of #AA8467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8467

Black with #AA8467

Text Example


Text Example

White with #AA8467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8467; }

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

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

background-color css

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

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

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

border-color css

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

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

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