Html Css Color HEX #AC7956 Medium Wood

📋 copy color: '#AC7956'

red 172 ◦ green 121 ◦ blue 86

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

Shades of Medium Wood #AC7956

Tints of Medium Wood #AC7956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.69%

R = 45.38%
G = 31.93%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#AC7956 (or 0xAC7956) is known color: Medium Wood. HEX triplet: AC, 79 and 56. RGB value is (172,121,86). Sum of RGB (Red+Green+Blue) = 172+121+86=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7956 is #5386A9. Grayscale: #848484. Windows color (decimal): -5473962 or 5667244. OLE color: 5667244.

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

Color convert

RGB 172 121 86 -
CMYK 0 0.30 0.5 0.33
HSL 24.42º 0.34% 0.51% -
HSV(B) 24.42º 0.5% 0.67% -
XYZ 25.53 23.12 11.92 -
YUV 132.26 101.9 156.35 -
System Red Green Blue C M Y K H S L
Decimal 172 121 86 0 0.30 0.5 0.33 24.42 0.34 0.51
Hex AC 79 56 0 1E 32 21 18 22 33
Octal 254 171 126 0 36 62 41 30 42 63
Binary 10101100 1111001 1010110 0 11110 110010 100001 11000 100010 110011

Color Harmonies of #AC7956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7956

Black with #AC7956

Text Example


Text Example

White with #AC7956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7956; }

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

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

background-color css

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

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

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

border-color css

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

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

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