Html Css Color HEX #A8795D Medium Wood

📋 copy color: '#A8795D'

red 168 ◦ green 121 ◦ blue 93

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

Shades of Medium Wood #A8795D

Tints of Medium Wood #A8795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.68%

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

R = 43.98%
G = 31.68%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8795D (or 0xA8795D) is known color: Medium Wood. HEX triplet: A8, 79 and 5D. RGB value is (168,121,93). Sum of RGB (Red+Green+Blue) = 168+121+93=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8795D is #5786A2. Grayscale: #848484. Windows color (decimal): -5736099 or 6125992. OLE color: 6125992.

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

Color convert

RGB 168 121 93 -
CMYK 0 0.28 0.45 0.34
HSL 22.4º 0.3% 0.51% -
HSV(B) 22.4º 0.45% 0.66% -
XYZ 24.96 22.79 13.44 -
YUV 131.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 168 121 93 0 0.28 0.45 0.34 22.4 0.3 0.51
Hex A8 79 5D 0 1C 2D 22 16 1E 33
Octal 250 171 135 0 34 55 42 26 36 63
Binary 10101000 1111001 1011101 0 11100 101101 100010 10110 11110 110011

Color Harmonies of #A8795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8795D

Black with #A8795D

Text Example


Text Example

White with #A8795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8795D; }

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

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

background-color css

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

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

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

border-color css

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

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

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