Html Css Color HEX #AC976C Tallow

📋 copy color: '#AC976C'

red 172 ◦ green 151 ◦ blue 108

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

Shades of Tallow #AC976C

Tints of Tallow #AC976C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.03%

 BLUE value IS 108 (42.58% from 255) = 25.06%

R = 39.91%
G = 35.03%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC976C (or 0xAC976C) is known color: Tallow. HEX triplet: AC, 97 and 6C. RGB value is (172,151,108). Sum of RGB (Red+Green+Blue) = 172+151+108=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC976C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC976C is #536893. Grayscale: #989898. Windows color (decimal): -5466260 or 7116716. OLE color: 7116716.

HSL color Cylindrical-coordinate representation of color #AC976C: hue angle of 40.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC976C is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 151 108 -
CMYK 0 0.12 0.37 0.33
HSL 40.31º 0.28% 0.55% -
HSV(B) 40.31º 0.37% 0.67% -
XYZ 30.79 31.99 18.74 -
YUV 152.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 172 151 108 0 0.12 0.37 0.33 40.31 0.28 0.55
Hex AC 97 6C 0 C 25 21 28 1C 37
Octal 254 227 154 0 14 45 41 50 34 67
Binary 10101100 10010111 1101100 0 1100 100101 100001 101000 11100 110111

Color Harmonies of #AC976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC976C

Black with #AC976C

Text Example


Text Example

White with #AC976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC976C; }

 p { color: rgb(172,151,108); }

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

background-color css

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

 a { background-color: rgb(172,151,108); }

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

border-color css

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

 span { border-color: rgb(172,151,108); }

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