Html Css Color HEX #A8826D Medium Wood

📋 copy color: '#A8826D'

red 168 ◦ green 130 ◦ blue 109

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

Shades of Medium Wood #A8826D

Tints of Medium Wood #A8826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.94%

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

R = 41.28%
G = 31.94%
B = 26.78%

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

#A8826D (or 0xA8826D) is known color: Medium Wood. HEX triplet: A8, 82 and 6D. RGB value is (168,130,109). Sum of RGB (Red+Green+Blue) = 168+130+109=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A8826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8826D is #577D92. Grayscale: #8B8B8B. Windows color (decimal): -5733779 or 7176872. OLE color: 7176872.

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

Color convert

RGB 168 130 109 -
CMYK 0 0.23 0.35 0.34
HSL 21.36º 0.25% 0.54% -
HSV(B) 21.36º 0.35% 0.66% -
XYZ 26.89 25.39 17.95 -
YUV 138.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 168 130 109 0 0.23 0.35 0.34 21.36 0.25 0.54
Hex A8 82 6D 0 17 23 22 15 19 36
Octal 250 202 155 0 27 43 42 25 31 66
Binary 10101000 10000010 1101101 0 10111 100011 100010 10101 11001 110110

Color Harmonies of #A8826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8826D

Black with #A8826D

Text Example


Text Example

White with #A8826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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