Html Css Color HEX #AC7E68 Medium Wood

📋 copy color: '#AC7E68'

red 172 ◦ green 126 ◦ blue 104

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

Shades of Medium Wood #AC7E68

Tints of Medium Wood #AC7E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.34%

 BLUE value IS 104 (41.02% from 255) = 25.87%

R = 42.79%
G = 31.34%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC7E68 (or 0xAC7E68) is known color: Medium Wood. HEX triplet: AC, 7E and 68. RGB value is (172,126,104). Sum of RGB (Red+Green+Blue) = 172+126+104=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E68 is #538197. Grayscale: #898989. Windows color (decimal): -5472664 or 6848172. OLE color: 6848172.

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

Color convert

RGB 172 126 104 -
CMYK 0 0.27 0.40 0.33
HSL 19.41º 0.29% 0.54% -
HSV(B) 19.41º 0.4% 0.67% -
XYZ 26.97 24.69 16.44 -
YUV 137.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 172 126 104 0 0.27 0.40 0.33 19.41 0.29 0.54
Hex AC 7E 68 0 1B 28 21 13 1D 36
Octal 254 176 150 0 33 50 41 23 35 66
Binary 10101100 1111110 1101000 0 11011 101000 100001 10011 11101 110110

Color Harmonies of #AC7E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E68

Black with #AC7E68

Text Example


Text Example

White with #AC7E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E68; }

 p { color: rgb(172,126,104); }

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

background-color css

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

 a { background-color: rgb(172,126,104); }

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

border-color css

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

 span { border-color: rgb(172,126,104); }

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