Html Css Color HEX #A8805D Medium Wood

📋 copy color: '#A8805D'

red 168 ◦ green 128 ◦ blue 93

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

Shades of Medium Wood #A8805D

Tints of Medium Wood #A8805D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.9%

 BLUE value IS 93 (36.72% from 255) = 23.91%

R = 43.19%
G = 32.9%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8805D (or 0xA8805D) is known color: Medium Wood. HEX triplet: A8, 80 and 5D. RGB value is (168,128,93). Sum of RGB (Red+Green+Blue) = 168+128+93=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A8805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8805D is #577FA2. Grayscale: #888888. Windows color (decimal): -5734307 or 6127784. OLE color: 6127784.

HSL color Cylindrical-coordinate representation of color #A8805D: hue angle of 28º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8805D is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 128 93 -
CMYK 0 0.24 0.45 0.34
HSL 28º 0.3% 0.51% -
HSV(B) 28º 0.45% 0.66% -
XYZ 25.84 24.55 13.73 -
YUV 135.97 103.75 150.85 -
System Red Green Blue C M Y K H S L
Decimal 168 128 93 0 0.24 0.45 0.34 28 0.3 0.51
Hex A8 80 5D 0 18 2D 22 1C 1E 33
Octal 250 200 135 0 30 55 42 34 36 63
Binary 10101000 10000000 1011101 0 11000 101101 100010 11100 11110 110011

Color Harmonies of #A8805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8805D

Black with #A8805D

Text Example


Text Example

White with #A8805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8805D; }

 p { color: rgb(168,128,93); }

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

background-color css

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

 a { background-color: rgb(168,128,93); }

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

border-color css

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

 span { border-color: rgb(168,128,93); }

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