Html Css Color HEX #AC7F5F Medium Wood

📋 copy color: '#AC7F5F'

red 172 ◦ green 127 ◦ blue 95

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

Shades of Medium Wood #AC7F5F

Tints of Medium Wood #AC7F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.11%

R = 43.65%
G = 32.23%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC7F5F (or 0xAC7F5F) is known color: Medium Wood. HEX triplet: AC, 7F and 5F. RGB value is (172,127,95). Sum of RGB (Red+Green+Blue) = 172+127+95=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F5F is #5380A0. Grayscale: #888888. Windows color (decimal): -5472417 or 6258604. OLE color: 6258604.

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

Color convert

RGB 172 127 95 -
CMYK 0 0.26 0.45 0.33
HSL 24.94º 0.32% 0.52% -
HSV(B) 24.94º 0.45% 0.67% -
XYZ 26.67 24.78 14.2 -
YUV 136.81 104.41 153.1 -
System Red Green Blue C M Y K H S L
Decimal 172 127 95 0 0.26 0.45 0.33 24.94 0.32 0.52
Hex AC 7F 5F 0 1A 2D 21 19 20 34
Octal 254 177 137 0 32 55 41 31 40 64
Binary 10101100 1111111 1011111 0 11010 101101 100001 11001 100000 110100

Color Harmonies of #AC7F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F5F

Black with #AC7F5F

Text Example


Text Example

White with #AC7F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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