Html Css Color HEX #AC7858 Medium Wood

📋 copy color: '#AC7858'

red 172 ◦ green 120 ◦ blue 88

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

Shades of Medium Wood #AC7858

Tints of Medium Wood #AC7858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.16%

R = 45.26%
G = 31.58%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC7858 (or 0xAC7858) is known color: Medium Wood. HEX triplet: AC, 78 and 58. RGB value is (172,120,88). Sum of RGB (Red+Green+Blue) = 172+120+88=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7858 is #5387A7. Grayscale: #848484. Windows color (decimal): -5474216 or 5798060. OLE color: 5798060.

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

Color convert

RGB 172 120 88 -
CMYK 0 0.30 0.49 0.33
HSL 22.86º 0.34% 0.51% -
HSV(B) 22.86º 0.49% 0.67% -
XYZ 25.49 22.91 12.31 -
YUV 131.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 172 120 88 0 0.30 0.49 0.33 22.86 0.34 0.51
Hex AC 78 58 0 1E 31 21 17 22 33
Octal 254 170 130 0 36 61 41 27 42 63
Binary 10101100 1111000 1011000 0 11110 110001 100001 10111 100010 110011

Color Harmonies of #AC7858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7858

Black with #AC7858

Text Example


Text Example

White with #AC7858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7858; }

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

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

background-color css

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

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

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

border-color css

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

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

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