Html Css Color HEX #AC785B Medium Wood

📋 copy color: '#AC785B'

red 172 ◦ green 120 ◦ blue 91

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

Shades of Medium Wood #AC785B

Tints of Medium Wood #AC785B

RGB

 RED value IS 172 (67.58% from 255) = 44.91%

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

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

R = 44.91%
G = 31.33%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC785B (or 0xAC785B) is known color: Medium Wood. HEX triplet: AC, 78 and 5B. RGB value is (172,120,91). Sum of RGB (Red+Green+Blue) = 172+120+91=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC785B is #5387A4. Grayscale: #848484. Windows color (decimal): -5474213 or 5994668. OLE color: 5994668.

HSL color Cylindrical-coordinate representation of color #AC785B: hue angle of 21.48º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC785B is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 120 91 -
CMYK 0 0.30 0.47 0.33
HSL 21.48º 0.33% 0.52% -
HSV(B) 21.48º 0.47% 0.67% -
XYZ 25.62 22.96 12.98 -
YUV 132.24 104.73 156.36 -
System Red Green Blue C M Y K H S L
Decimal 172 120 91 0 0.30 0.47 0.33 21.48 0.33 0.52
Hex AC 78 5B 0 1E 2F 21 15 21 34
Octal 254 170 133 0 36 57 41 25 41 64
Binary 10101100 1111000 1011011 0 11110 101111 100001 10101 100001 110100

Color Harmonies of #AC785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC785B

Black with #AC785B

Text Example


Text Example

White with #AC785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC785B; }

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

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

background-color css

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

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

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

border-color css

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

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

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