Html Css Color HEX #A8785F Medium Wood

📋 copy color: '#A8785F'

red 168 ◦ green 120 ◦ blue 95

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

Shades of Medium Wood #A8785F

Tints of Medium Wood #A8785F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.8%

R = 43.86%
G = 31.33%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A8785F (or 0xA8785F) is known color: Medium Wood. HEX triplet: A8, 78 and 5F. RGB value is (168,120,95). Sum of RGB (Red+Green+Blue) = 168+120+95=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A8785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8785F is #5787A0. Grayscale: #838383. Windows color (decimal): -5736353 or 6256808. OLE color: 6256808.

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

Color convert

RGB 168 120 95 -
CMYK 0 0.29 0.43 0.34
HSL 20.55º 0.3% 0.52% -
HSV(B) 20.55º 0.43% 0.66% -
XYZ 24.93 22.58 13.87 -
YUV 131.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 168 120 95 0 0.29 0.43 0.34 20.55 0.3 0.52
Hex A8 78 5F 0 1D 2B 22 15 1E 34
Octal 250 170 137 0 35 53 42 25 36 64
Binary 10101000 1111000 1011111 0 11101 101011 100010 10101 11110 110100

Color Harmonies of #A8785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8785F

Black with #A8785F

Text Example


Text Example

White with #A8785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8785F; }

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

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

background-color css

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

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

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

border-color css

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

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

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