Html Css Color HEX #AC7C5E Medium Wood

📋 copy color: '#AC7C5E'

red 172 ◦ green 124 ◦ blue 94

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

Shades of Medium Wood #AC7C5E

Tints of Medium Wood #AC7C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.79%

 BLUE value IS 94 (37.11% from 255) = 24.1%

R = 44.1%
G = 31.79%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC7C5E (or 0xAC7C5E) is known color: Medium Wood. HEX triplet: AC, 7C and 5E. RGB value is (172,124,94). Sum of RGB (Red+Green+Blue) = 172+124+94=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C5E is #5383A1. Grayscale: #878787. Windows color (decimal): -5473186 or 6192300. OLE color: 6192300.

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

Color convert

RGB 172 124 94 -
CMYK 0 0.28 0.45 0.33
HSL 23.08º 0.32% 0.52% -
HSV(B) 23.08º 0.45% 0.67% -
XYZ 26.24 23.99 13.84 -
YUV 134.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 172 124 94 0 0.28 0.45 0.33 23.08 0.32 0.52
Hex AC 7C 5E 0 1C 2D 21 17 20 34
Octal 254 174 136 0 34 55 41 27 40 64
Binary 10101100 1111100 1011110 0 11100 101101 100001 10111 100000 110100

Color Harmonies of #AC7C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7C5E

Black with #AC7C5E

Text Example


Text Example

White with #AC7C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7C5E; }

 p { color: rgb(172,124,94); }

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

background-color css

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

 a { background-color: rgb(172,124,94); }

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

border-color css

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

 span { border-color: rgb(172,124,94); }

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