Html Css Color HEX #A8846D Medium Wood

📋 copy color: '#A8846D'

red 168 ◦ green 132 ◦ blue 109

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

Shades of Medium Wood #A8846D

Tints of Medium Wood #A8846D

RGB

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

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

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

R = 41.08%
G = 32.27%
B = 26.65%

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

#A8846D (or 0xA8846D) is known color: Medium Wood. HEX triplet: A8, 84 and 6D. RGB value is (168,132,109). Sum of RGB (Red+Green+Blue) = 168+132+109=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A8846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8846D is #577B92. Grayscale: #8C8C8C. Windows color (decimal): -5733267 or 7177384. OLE color: 7177384.

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

Color convert

RGB 168 132 109 -
CMYK 0 0.21 0.35 0.34
HSL 23.39º 0.25% 0.54% -
HSV(B) 23.39º 0.35% 0.66% -
XYZ 27.16 25.93 18.04 -
YUV 140.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 168 132 109 0 0.21 0.35 0.34 23.39 0.25 0.54
Hex A8 84 6D 0 15 23 22 17 19 36
Octal 250 204 155 0 25 43 42 27 31 66
Binary 10101000 10000100 1101101 0 10101 100011 100010 10111 11001 110110

Color Harmonies of #A8846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8846D

Black with #A8846D

Text Example


Text Example

White with #A8846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8846D; }

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

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

background-color css

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

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

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

border-color css

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

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

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