Html Css Color HEX #A8785C Medium Wood

📋 copy color: '#A8785C'

red 168 ◦ green 120 ◦ blue 92

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

Shades of Medium Wood #A8785C

Tints of Medium Wood #A8785C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.58%

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

R = 44.21%
G = 31.58%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8785C (or 0xA8785C) is known color: Medium Wood. HEX triplet: A8, 78 and 5C. RGB value is (168,120,92). Sum of RGB (Red+Green+Blue) = 168+120+92=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8785C is #5787A3. Grayscale: #838383. Windows color (decimal): -5736356 or 6060200. OLE color: 6060200.

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

Color convert

RGB 168 120 92 -
CMYK 0 0.29 0.45 0.34
HSL 22.11º 0.3% 0.51% -
HSV(B) 22.11º 0.45% 0.66% -
XYZ 24.8 22.53 13.17 -
YUV 131.16 105.9 154.28 -
System Red Green Blue C M Y K H S L
Decimal 168 120 92 0 0.29 0.45 0.34 22.11 0.3 0.51
Hex A8 78 5C 0 1D 2D 22 16 1E 33
Octal 250 170 134 0 35 55 42 26 36 63
Binary 10101000 1111000 1011100 0 11101 101101 100010 10110 11110 110011

Color Harmonies of #A8785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8785C

Black with #A8785C

Text Example


Text Example

White with #A8785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8785C; }

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

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

background-color css

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

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

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

border-color css

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

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

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