Html Css Color HEX #A8816E Medium Wood

📋 copy color: '#A8816E'

red 168 ◦ green 129 ◦ blue 110

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

Shades of Medium Wood #A8816E

Tints of Medium Wood #A8816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.03%

R = 41.28%
G = 31.7%
B = 27.03%

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

#A8816E (or 0xA8816E) is known color: Medium Wood. HEX triplet: A8, 81 and 6E. RGB value is (168,129,110). Sum of RGB (Red+Green+Blue) = 168+129+110=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A8816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8816E is #577E91. Grayscale: #8A8A8A. Windows color (decimal): -5734034 or 7242152. OLE color: 7242152.

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

Color convert

RGB 168 129 110 -
CMYK 0 0.23 0.35 0.34
HSL 19.66º 0.25% 0.55% -
HSV(B) 19.66º 0.35% 0.66% -
XYZ 26.81 25.15 18.19 -
YUV 138.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 168 129 110 0 0.23 0.35 0.34 19.66 0.25 0.55
Hex A8 81 6E 0 17 23 22 14 19 37
Octal 250 201 156 0 27 43 42 24 31 67
Binary 10101000 10000001 1101110 0 10111 100011 100010 10100 11001 110111

Color Harmonies of #A8816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8816E

Black with #A8816E

Text Example


Text Example

White with #A8816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8816E; }

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

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

background-color css

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

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

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

border-color css

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

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

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