Html Css Color HEX #AC7964 Medium Wood

📋 copy color: '#AC7964'

red 172 ◦ green 121 ◦ blue 100

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

Shades of Medium Wood #AC7964

Tints of Medium Wood #AC7964

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.79%

 BLUE value IS 100 (39.45% from 255) = 25.45%

R = 43.77%
G = 30.79%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC7964 (or 0xAC7964) is known color: Medium Wood. HEX triplet: AC, 79 and 64. RGB value is (172,121,100). Sum of RGB (Red+Green+Blue) = 172+121+100=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7964 is #53869B. Grayscale: #858585. Windows color (decimal): -5473948 or 6584748. OLE color: 6584748.

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

Color convert

RGB 172 121 100 -
CMYK 0 0.30 0.42 0.33
HSL 17.5º 0.3% 0.53% -
HSV(B) 17.5º 0.42% 0.67% -
XYZ 26.15 23.37 15.19 -
YUV 133.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 172 121 100 0 0.30 0.42 0.33 17.5 0.3 0.53
Hex AC 79 64 0 1E 2A 21 12 1E 35
Octal 254 171 144 0 36 52 41 22 36 65
Binary 10101100 1111001 1100100 0 11110 101010 100001 10010 11110 110101

Color Harmonies of #AC7964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7964

Black with #AC7964

Text Example


Text Example

White with #AC7964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7964; }

 p { color: rgb(172,121,100); }

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

background-color css

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

 a { background-color: rgb(172,121,100); }

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

border-color css

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

 span { border-color: rgb(172,121,100); }

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