Html Css Color HEX #AC7E67 Medium Wood

📋 copy color: '#AC7E67'

red 172 ◦ green 126 ◦ blue 103

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

Shades of Medium Wood #AC7E67

Tints of Medium Wood #AC7E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.69%

R = 42.89%
G = 31.42%
B = 25.69%

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

#AC7E67 (or 0xAC7E67) is known color: Medium Wood. HEX triplet: AC, 7E and 67. RGB value is (172,126,103). Sum of RGB (Red+Green+Blue) = 172+126+103=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E67 is #538198. Grayscale: #898989. Windows color (decimal): -5472665 or 6782636. OLE color: 6782636.

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

Color convert

RGB 172 126 103 -
CMYK 0 0.27 0.40 0.33
HSL 20º 0.29% 0.54% -
HSV(B) 20º 0.4% 0.67% -
XYZ 26.92 24.67 16.18 -
YUV 137.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 172 126 103 0 0.27 0.40 0.33 20 0.29 0.54
Hex AC 7E 67 0 1B 28 21 14 1D 36
Octal 254 176 147 0 33 50 41 24 35 66
Binary 10101100 1111110 1100111 0 11011 101000 100001 10100 11101 110110

Color Harmonies of #AC7E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E67

Black with #AC7E67

Text Example


Text Example

White with #AC7E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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