Html Css Color HEX #A8795E Medium Wood

📋 copy color: '#A8795E'

red 168 ◦ green 121 ◦ blue 94

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

Shades of Medium Wood #A8795E

Tints of Medium Wood #A8795E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 43.86%
G = 31.59%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A8795E (or 0xA8795E) is known color: Medium Wood. HEX triplet: A8, 79 and 5E. RGB value is (168,121,94). Sum of RGB (Red+Green+Blue) = 168+121+94=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A8795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8795E is #5786A1. Grayscale: #848484. Windows color (decimal): -5736098 or 6191528. OLE color: 6191528.

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

Color convert

RGB 168 121 94 -
CMYK 0 0.28 0.44 0.34
HSL 21.89º 0.3% 0.51% -
HSV(B) 21.89º 0.44% 0.66% -
XYZ 25.01 22.81 13.67 -
YUV 131.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 168 121 94 0 0.28 0.44 0.34 21.89 0.3 0.51
Hex A8 79 5E 0 1C 2C 22 16 1E 33
Octal 250 171 136 0 34 54 42 26 36 63
Binary 10101000 1111001 1011110 0 11100 101100 100010 10110 11110 110011

Color Harmonies of #A8795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8795E

Black with #A8795E

Text Example


Text Example

White with #A8795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8795E; }

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

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

background-color css

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

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

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

border-color css

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

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

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