Html Css Color HEX #AC7E65 Medium Wood

📋 copy color: '#AC7E65'

red 172 ◦ green 126 ◦ blue 101

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

Shades of Medium Wood #AC7E65

Tints of Medium Wood #AC7E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.31%

R = 43.11%
G = 31.58%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC7E65 (or 0xAC7E65) is known color: Medium Wood. HEX triplet: AC, 7E and 65. RGB value is (172,126,101). Sum of RGB (Red+Green+Blue) = 172+126+101=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E65 is #53819A. Grayscale: #898989. Windows color (decimal): -5472667 or 6651564. OLE color: 6651564.

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

Color convert

RGB 172 126 101 -
CMYK 0 0.27 0.41 0.33
HSL 21.13º 0.3% 0.54% -
HSV(B) 21.13º 0.41% 0.67% -
XYZ 26.82 24.63 15.65 -
YUV 136.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 172 126 101 0 0.27 0.41 0.33 21.13 0.3 0.54
Hex AC 7E 65 0 1B 29 21 15 1E 36
Octal 254 176 145 0 33 51 41 25 36 66
Binary 10101100 1111110 1100101 0 11011 101001 100001 10101 11110 110110

Color Harmonies of #AC7E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E65

Black with #AC7E65

Text Example


Text Example

White with #AC7E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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