Html Css Color HEX #A8795C Medium Wood

📋 copy color: '#A8795C'

red 168 ◦ green 121 ◦ blue 92

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

Shades of Medium Wood #A8795C

Tints of Medium Wood #A8795C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.15%

R = 44.09%
G = 31.76%
B = 24.15%

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

#A8795C (or 0xA8795C) is known color: Medium Wood. HEX triplet: A8, 79 and 5C. RGB value is (168,121,92). Sum of RGB (Red+Green+Blue) = 168+121+92=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8795C is #5786A3. Grayscale: #838383. Windows color (decimal): -5736100 or 6060456. OLE color: 6060456.

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

Color convert

RGB 168 121 92 -
CMYK 0 0.28 0.45 0.34
HSL 22.89º 0.3% 0.51% -
HSV(B) 22.89º 0.45% 0.66% -
XYZ 24.92 22.77 13.21 -
YUV 131.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 168 121 92 0 0.28 0.45 0.34 22.89 0.3 0.51
Hex A8 79 5C 0 1C 2D 22 17 1E 33
Octal 250 171 134 0 34 55 42 27 36 63
Binary 10101000 1111001 1011100 0 11100 101101 100010 10111 11110 110011

Color Harmonies of #A8795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8795C

Black with #A8795C

Text Example


Text Example

White with #A8795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8795C; }

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

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

background-color css

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

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

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

border-color css

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

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

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