Html Css Color HEX #AC7958 Medium Wood

📋 copy color: '#AC7958'

red 172 ◦ green 121 ◦ blue 88

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

Shades of Medium Wood #AC7958

Tints of Medium Wood #AC7958

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.76%

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

R = 45.14%
G = 31.76%
B = 23.1%

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

#AC7958 (or 0xAC7958) is known color: Medium Wood. HEX triplet: AC, 79 and 58. RGB value is (172,121,88). Sum of RGB (Red+Green+Blue) = 172+121+88=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7958 is #5386A7. Grayscale: #848484. Windows color (decimal): -5473960 or 5798316. OLE color: 5798316.

HSL color Cylindrical-coordinate representation of color #AC7958: hue angle of 23.57º 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 #AC7958 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 121 88 -
CMYK 0 0.30 0.49 0.33
HSL 23.57º 0.34% 0.51% -
HSV(B) 23.57º 0.49% 0.67% -
XYZ 25.61 23.15 12.35 -
YUV 132.49 102.9 156.18 -
System Red Green Blue C M Y K H S L
Decimal 172 121 88 0 0.30 0.49 0.33 23.57 0.34 0.51
Hex AC 79 58 0 1E 31 21 18 22 33
Octal 254 171 130 0 36 61 41 30 42 63
Binary 10101100 1111001 1011000 0 11110 110001 100001 11000 100010 110011

Color Harmonies of #AC7958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7958

Black with #AC7958

Text Example


Text Example

White with #AC7958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7958; }

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

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

background-color css

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

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

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

border-color css

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

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

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