Html Css Color HEX #A8836D Medium Wood

📋 copy color: '#A8836D'

red 168 ◦ green 131 ◦ blue 109

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

Shades of Medium Wood #A8836D

Tints of Medium Wood #A8836D

RGB

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

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

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

R = 41.18%
G = 32.11%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A8836D (or 0xA8836D) is known color: Medium Wood. HEX triplet: A8, 83 and 6D. RGB value is (168,131,109). Sum of RGB (Red+Green+Blue) = 168+131+109=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A8836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8836D is #577C92. Grayscale: #8B8B8B. Windows color (decimal): -5733523 or 7177128. OLE color: 7177128.

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

Color convert

RGB 168 131 109 -
CMYK 0 0.22 0.35 0.34
HSL 22.37º 0.25% 0.54% -
HSV(B) 22.37º 0.35% 0.66% -
XYZ 27.03 25.66 18 -
YUV 139.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 168 131 109 0 0.22 0.35 0.34 22.37 0.25 0.54
Hex A8 83 6D 0 16 23 22 16 19 36
Octal 250 203 155 0 26 43 42 26 31 66
Binary 10101000 10000011 1101101 0 10110 100011 100010 10110 11001 110110

Color Harmonies of #A8836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8836D

Black with #A8836D

Text Example


Text Example

White with #A8836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8836D; }

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

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

background-color css

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

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

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

border-color css

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

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

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