Html Css Color HEX #AC785A Medium Wood

📋 copy color: '#AC785A'

red 172 ◦ green 120 ◦ blue 90

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

Shades of Medium Wood #AC785A

Tints of Medium Wood #AC785A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.56%

R = 45.03%
G = 31.41%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC785A (or 0xAC785A) is known color: Medium Wood. HEX triplet: AC, 78 and 5A. RGB value is (172,120,90). Sum of RGB (Red+Green+Blue) = 172+120+90=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC785A is #5387A5. Grayscale: #848484. Windows color (decimal): -5474214 or 5929132. OLE color: 5929132.

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

Color convert

RGB 172 120 90 -
CMYK 0 0.30 0.48 0.33
HSL 21.95º 0.33% 0.51% -
HSV(B) 21.95º 0.48% 0.67% -
XYZ 25.58 22.94 12.75 -
YUV 132.13 104.23 156.44 -
System Red Green Blue C M Y K H S L
Decimal 172 120 90 0 0.30 0.48 0.33 21.95 0.33 0.51
Hex AC 78 5A 0 1E 30 21 16 21 33
Octal 254 170 132 0 36 60 41 26 41 63
Binary 10101100 1111000 1011010 0 11110 110000 100001 10110 100001 110011

Color Harmonies of #AC785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC785A

Black with #AC785A

Text Example


Text Example

White with #AC785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC785A; }

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

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

background-color css

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

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

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

border-color css

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

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

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