Html Css Color HEX #AC7D5E Medium Wood

📋 copy color: '#AC7D5E'

red 172 ◦ green 125 ◦ blue 94

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

Shades of Medium Wood #AC7D5E

Tints of Medium Wood #AC7D5E

RGB

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

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

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

R = 43.99%
G = 31.97%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC7D5E (or 0xAC7D5E) is known color: Medium Wood. HEX triplet: AC, 7D and 5E. RGB value is (172,125,94). Sum of RGB (Red+Green+Blue) = 172+125+94=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D5E is #5382A1. Grayscale: #878787. Windows color (decimal): -5472930 or 6192556. OLE color: 6192556.

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

Color convert

RGB 172 125 94 -
CMYK 0 0.27 0.45 0.33
HSL 23.85º 0.32% 0.52% -
HSV(B) 23.85º 0.45% 0.67% -
XYZ 26.37 24.25 13.88 -
YUV 135.52 104.57 154.02 -
System Red Green Blue C M Y K H S L
Decimal 172 125 94 0 0.27 0.45 0.33 23.85 0.32 0.52
Hex AC 7D 5E 0 1B 2D 21 18 20 34
Octal 254 175 136 0 33 55 41 30 40 64
Binary 10101100 1111101 1011110 0 11011 101101 100001 11000 100000 110100

Color Harmonies of #AC7D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D5E

Black with #AC7D5E

Text Example


Text Example

White with #AC7D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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