Html Css Color HEX #AC9974 Tallow

📋 copy color: '#AC9974'

red 172 ◦ green 153 ◦ blue 116

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

Shades of Tallow #AC9974

Tints of Tallow #AC9974

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.69%

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 39%
G = 34.69%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC9974 (or 0xAC9974) is known color: Tallow. HEX triplet: AC, 99 and 74. RGB value is (172,153,116). Sum of RGB (Red+Green+Blue) = 172+153+116=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9974 is #53668B. Grayscale: #9A9A9A. Windows color (decimal): -5465740 or 7641516. OLE color: 7641516.

HSL color Cylindrical-coordinate representation of color #AC9974: hue angle of 39.64º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC9974 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 153 116 -
CMYK 0 0.11 0.33 0.33
HSL 39.64º 0.25% 0.56% -
HSV(B) 39.64º 0.33% 0.67% -
XYZ 31.56 32.81 21.19 -
YUV 154.46 106.29 140.51 -
System Red Green Blue C M Y K H S L
Decimal 172 153 116 0 0.11 0.33 0.33 39.64 0.25 0.56
Hex AC 99 74 0 B 21 21 28 19 38
Octal 254 231 164 0 13 41 41 50 31 70
Binary 10101100 10011001 1110100 0 1011 100001 100001 101000 11001 111000

Color Harmonies of #AC9974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9974

Black with #AC9974

Text Example


Text Example

White with #AC9974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9974; }

 p { color: rgb(172,153,116); }

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

background-color css

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

 a { background-color: rgb(172,153,116); }

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

border-color css

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

 span { border-color: rgb(172,153,116); }

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