Html Css Color HEX #AC7F6A Medium Wood

📋 copy color: '#AC7F6A'

red 172 ◦ green 127 ◦ blue 106

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

Shades of Medium Wood #AC7F6A

Tints of Medium Wood #AC7F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.17%

R = 42.47%
G = 31.36%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC7F6A (or 0xAC7F6A) is known color: Medium Wood. HEX triplet: AC, 7F and 6A. RGB value is (172,127,106). Sum of RGB (Red+Green+Blue) = 172+127+106=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F6A is #538095. Grayscale: #8A8A8A. Windows color (decimal): -5472406 or 6979500. OLE color: 6979500.

HSL color Cylindrical-coordinate representation of color #AC7F6A: hue angle of 19.09º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC7F6A is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 127 106 -
CMYK 0 0.26 0.38 0.33
HSL 19.09º 0.28% 0.55% -
HSV(B) 19.09º 0.38% 0.67% -
XYZ 27.2 24.99 17.03 -
YUV 138.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 172 127 106 0 0.26 0.38 0.33 19.09 0.28 0.55
Hex AC 7F 6A 0 1A 26 21 13 1C 37
Octal 254 177 152 0 32 46 41 23 34 67
Binary 10101100 1111111 1101010 0 11010 100110 100001 10011 11100 110111

Color Harmonies of #AC7F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F6A

Black with #AC7F6A

Text Example


Text Example

White with #AC7F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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