Html Css Color HEX #AC7D59 Medium Wood

📋 copy color: '#AC7D59'

red 172 ◦ green 125 ◦ blue 89

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

Shades of Medium Wood #AC7D59

Tints of Medium Wood #AC7D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.06%

R = 44.56%
G = 32.38%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC7D59 (or 0xAC7D59) is known color: Medium Wood. HEX triplet: AC, 7D and 59. RGB value is (172,125,89). Sum of RGB (Red+Green+Blue) = 172+125+89=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D59 is #5382A6. Grayscale: #878787. Windows color (decimal): -5472935 or 5864876. OLE color: 5864876.

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

Color convert

RGB 172 125 89 -
CMYK 0 0.27 0.48 0.33
HSL 26.02º 0.33% 0.51% -
HSV(B) 26.02º 0.48% 0.67% -
XYZ 26.15 24.16 12.74 -
YUV 134.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 172 125 89 0 0.27 0.48 0.33 26.02 0.33 0.51
Hex AC 7D 59 0 1B 30 21 1A 21 33
Octal 254 175 131 0 33 60 41 32 41 63
Binary 10101100 1111101 1011001 0 11011 110000 100001 11010 100001 110011

Color Harmonies of #AC7D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D59

Black with #AC7D59

Text Example


Text Example

White with #AC7D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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