Html Css Color HEX #A8826B Medium Wood

📋 copy color: '#A8826B'

red 168 ◦ green 130 ◦ blue 107

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

Shades of Medium Wood #A8826B

Tints of Medium Wood #A8826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.42%

R = 41.48%
G = 32.1%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8826B (or 0xA8826B) is known color: Medium Wood. HEX triplet: A8, 82 and 6B. RGB value is (168,130,107). Sum of RGB (Red+Green+Blue) = 168+130+107=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A8826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8826B is #577D94. Grayscale: #8A8A8A. Windows color (decimal): -5733781 or 7045800. OLE color: 7045800.

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

Color convert

RGB 168 130 107 -
CMYK 0 0.23 0.36 0.34
HSL 22.62º 0.26% 0.54% -
HSV(B) 22.62º 0.36% 0.66% -
XYZ 26.78 25.35 17.39 -
YUV 138.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 168 130 107 0 0.23 0.36 0.34 22.62 0.26 0.54
Hex A8 82 6B 0 17 24 22 17 1A 36
Octal 250 202 153 0 27 44 42 27 32 66
Binary 10101000 10000010 1101011 0 10111 100100 100010 10111 11010 110110

Color Harmonies of #A8826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8826B

Black with #A8826B

Text Example


Text Example

White with #A8826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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