Html Css Color HEX #AC7D57 Medium Wood

📋 copy color: '#AC7D57'

red 172 ◦ green 125 ◦ blue 87

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

Shades of Medium Wood #AC7D57

Tints of Medium Wood #AC7D57

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.55%

 BLUE value IS 87 (34.38% from 255) = 22.66%

R = 44.79%
G = 32.55%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC7D57 (or 0xAC7D57) is known color: Medium Wood. HEX triplet: AC, 7D and 57. RGB value is (172,125,87). Sum of RGB (Red+Green+Blue) = 172+125+87=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D57 is #5382A8. Grayscale: #868686. Windows color (decimal): -5472937 or 5733804. OLE color: 5733804.

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

Color convert

RGB 172 125 87 -
CMYK 0 0.27 0.49 0.33
HSL 26.82º 0.34% 0.51% -
HSV(B) 26.82º 0.49% 0.67% -
XYZ 26.07 24.13 12.3 -
YUV 134.72 101.07 154.59 -
System Red Green Blue C M Y K H S L
Decimal 172 125 87 0 0.27 0.49 0.33 26.82 0.34 0.51
Hex AC 7D 57 0 1B 31 21 1B 22 33
Octal 254 175 127 0 33 61 41 33 42 63
Binary 10101100 1111101 1010111 0 11011 110001 100001 11011 100010 110011

Color Harmonies of #AC7D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D57

Black with #AC7D57

Text Example


Text Example

White with #AC7D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D57; }

 p { color: rgb(172,125,87); }

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

background-color css

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

 a { background-color: rgb(172,125,87); }

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

border-color css

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

 span { border-color: rgb(172,125,87); }

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