Html Css Color HEX #AC7F58 Medium Wood

📋 copy color: '#AC7F58'

red 172 ◦ green 127 ◦ blue 88

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

Shades of Medium Wood #AC7F58

Tints of Medium Wood #AC7F58

RGB

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

 GREEN value IS 127 (50% from 255) = 32.82%

 BLUE value IS 88 (34.77% from 255) = 22.74%

R = 44.44%
G = 32.82%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AC7F58 (or 0xAC7F58) is known color: Medium Wood. HEX triplet: AC, 7F and 58. RGB value is (172,127,88). Sum of RGB (Red+Green+Blue) = 172+127+88=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F58 is #5380A7. Grayscale: #888888. Windows color (decimal): -5472424 or 5799852. OLE color: 5799852.

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

Color convert

RGB 172 127 88 -
CMYK 0 0.26 0.49 0.33
HSL 27.86º 0.34% 0.51% -
HSV(B) 27.86º 0.49% 0.67% -
XYZ 26.36 24.65 12.6 -
YUV 136.01 100.91 153.67 -
System Red Green Blue C M Y K H S L
Decimal 172 127 88 0 0.26 0.49 0.33 27.86 0.34 0.51
Hex AC 7F 58 0 1A 31 21 1C 22 33
Octal 254 177 130 0 32 61 41 34 42 63
Binary 10101100 1111111 1011000 0 11010 110001 100001 11100 100010 110011

Color Harmonies of #AC7F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F58

Black with #AC7F58

Text Example


Text Example

White with #AC7F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F58; }

 p { color: rgb(172,127,88); }

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

background-color css

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

 a { background-color: rgb(172,127,88); }

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

border-color css

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

 span { border-color: rgb(172,127,88); }

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