Html Css Color HEX #A8785B Medium Wood

📋 copy color: '#A8785B'

red 168 ◦ green 120 ◦ blue 91

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

Shades of Medium Wood #A8785B

Tints of Medium Wood #A8785B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.01%

R = 44.33%
G = 31.66%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8785B (or 0xA8785B) is known color: Medium Wood. HEX triplet: A8, 78 and 5B. RGB value is (168,120,91). Sum of RGB (Red+Green+Blue) = 168+120+91=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A8785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8785B is #5787A4. Grayscale: #838383. Windows color (decimal): -5736357 or 5994664. OLE color: 5994664.

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

Color convert

RGB 168 120 91 -
CMYK 0 0.29 0.46 0.34
HSL 22.6º 0.31% 0.51% -
HSV(B) 22.6º 0.46% 0.66% -
XYZ 24.75 22.51 12.94 -
YUV 131.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 168 120 91 0 0.29 0.46 0.34 22.6 0.31 0.51
Hex A8 78 5B 0 1D 2E 22 17 1F 33
Octal 250 170 133 0 35 56 42 27 37 63
Binary 10101000 1111000 1011011 0 11101 101110 100010 10111 11111 110011

Color Harmonies of #A8785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8785B

Black with #A8785B

Text Example


Text Example

White with #A8785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8785B; }

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

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

background-color css

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

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

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

border-color css

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

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

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