Html Css Color HEX #A8816D Medium Wood

📋 copy color: '#A8816D'

red 168 ◦ green 129 ◦ blue 109

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

Shades of Medium Wood #A8816D

Tints of Medium Wood #A8816D

RGB

 RED value IS 168 (66.02% from 255) = 41.38%

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

 BLUE value IS 109 (42.97% from 255) = 26.85%

R = 41.38%
G = 31.77%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8816D (or 0xA8816D) is known color: Medium Wood. HEX triplet: A8, 81 and 6D. RGB value is (168,129,109). Sum of RGB (Red+Green+Blue) = 168+129+109=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A8816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8816D is #577E92. Grayscale: #8A8A8A. Windows color (decimal): -5734035 or 7176616. OLE color: 7176616.

HSL color Cylindrical-coordinate representation of color #A8816D: hue angle of 20.34º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8816D is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 129 109 -
CMYK 0 0.23 0.35 0.34
HSL 20.34º 0.25% 0.54% -
HSV(B) 20.34º 0.35% 0.66% -
XYZ 26.76 25.13 17.91 -
YUV 138.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 168 129 109 0 0.23 0.35 0.34 20.34 0.25 0.54
Hex A8 81 6D 0 17 23 22 14 19 36
Octal 250 201 155 0 27 43 42 24 31 66
Binary 10101000 10000001 1101101 0 10111 100011 100010 10100 11001 110110

Color Harmonies of #A8816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8816D

Black with #A8816D

Text Example


Text Example

White with #A8816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8816D; }

 p { color: rgb(168,129,109); }

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

background-color css

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

 a { background-color: rgb(168,129,109); }

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

border-color css

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

 span { border-color: rgb(168,129,109); }

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