Html Css Color HEX #AA8367 Medium Wood

📋 copy color: '#AA8367'

red 170 ◦ green 131 ◦ blue 103

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

Shades of Medium Wood #AA8367

Tints of Medium Wood #AA8367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

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

R = 42.08%
G = 32.43%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA8367 (or 0xAA8367) is known color: Medium Wood. HEX triplet: AA, 83 and 67. RGB value is (170,131,103). Sum of RGB (Red+Green+Blue) = 170+131+103=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8367 is #557C98. Grayscale: #8B8B8B. Windows color (decimal): -5602457 or 6783914. OLE color: 6783914.

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

Color convert

RGB 170 131 103 -
CMYK 0 0.23 0.39 0.33
HSL 25.07º 0.28% 0.54% -
HSV(B) 25.07º 0.39% 0.67% -
XYZ 27.14 25.76 16.37 -
YUV 139.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 170 131 103 0 0.23 0.39 0.33 25.07 0.28 0.54
Hex AA 83 67 0 17 27 21 19 1C 36
Octal 252 203 147 0 27 47 41 31 34 66
Binary 10101010 10000011 1100111 0 10111 100111 100001 11001 11100 110110

Color Harmonies of #AA8367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8367

Black with #AA8367

Text Example


Text Example

White with #AA8367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8367; }

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

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

background-color css

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

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

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

border-color css

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

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

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