Html Css Color HEX #AC7C5C Medium Wood

📋 copy color: '#AC7C5C'

red 172 ◦ green 124 ◦ blue 92

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

Shades of Medium Wood #AC7C5C

Tints of Medium Wood #AC7C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.71%

R = 44.33%
G = 31.96%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC7C5C (or 0xAC7C5C) is known color: Medium Wood. HEX triplet: AC, 7C and 5C. RGB value is (172,124,92). Sum of RGB (Red+Green+Blue) = 172+124+92=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C5C is #5383A3. Grayscale: #868686. Windows color (decimal): -5473188 or 6061228. OLE color: 6061228.

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

Color convert

RGB 172 124 92 -
CMYK 0 0.28 0.47 0.33
HSL 24º 0.33% 0.52% -
HSV(B) 24º 0.47% 0.67% -
XYZ 26.15 23.96 13.37 -
YUV 134.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 172 124 92 0 0.28 0.47 0.33 24 0.33 0.52
Hex AC 7C 5C 0 1C 2F 21 18 21 34
Octal 254 174 134 0 34 57 41 30 41 64
Binary 10101100 1111100 1011100 0 11100 101111 100001 11000 100001 110100

Color Harmonies of #AC7C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7C5C

Black with #AC7C5C

Text Example


Text Example

White with #AC7C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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