Html Css Color HEX #A8846E Medium Wood

📋 copy color: '#A8846E'

red 168 ◦ green 132 ◦ blue 110

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

Shades of Medium Wood #A8846E

Tints of Medium Wood #A8846E

RGB

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

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

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

R = 40.98%
G = 32.2%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8846E (or 0xA8846E) is known color: Medium Wood. HEX triplet: A8, 84 and 6E. RGB value is (168,132,110). Sum of RGB (Red+Green+Blue) = 168+132+110=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8846E is #577B91. Grayscale: #8C8C8C. Windows color (decimal): -5733266 or 7242920. OLE color: 7242920.

HSL color Cylindrical-coordinate representation of color #A8846E: hue angle of 22.76º 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 #A8846E is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 132 110 -
CMYK 0 0.21 0.35 0.34
HSL 22.76º 0.25% 0.55% -
HSV(B) 22.76º 0.35% 0.66% -
XYZ 27.21 25.95 18.33 -
YUV 140.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 168 132 110 0 0.21 0.35 0.34 22.76 0.25 0.55
Hex A8 84 6E 0 15 23 22 17 19 37
Octal 250 204 156 0 25 43 42 27 31 67
Binary 10101000 10000100 1101110 0 10101 100011 100010 10111 11001 110111

Color Harmonies of #A8846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8846E

Black with #A8846E

Text Example


Text Example

White with #A8846E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8846E; }

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

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

background-color css

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

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

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

border-color css

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

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

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