Html Css Color HEX #AC976D Tallow

📋 copy color: '#AC976D'

red 172 ◦ green 151 ◦ blue 109

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

Shades of Tallow #AC976D

Tints of Tallow #AC976D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.23%

R = 39.81%
G = 34.95%
B = 25.23%

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

#AC976D (or 0xAC976D) is known color: Tallow. HEX triplet: AC, 97 and 6D. RGB value is (172,151,109). Sum of RGB (Red+Green+Blue) = 172+151+109=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC976D is #536892. Grayscale: #989898. Windows color (decimal): -5466259 or 7182252. OLE color: 7182252.

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

Color convert

RGB 172 151 109 -
CMYK 0 0.12 0.37 0.33
HSL 40º 0.28% 0.55% -
HSV(B) 40º 0.37% 0.67% -
XYZ 30.84 32.01 19.02 -
YUV 152.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 172 151 109 0 0.12 0.37 0.33 40 0.28 0.55
Hex AC 97 6D 0 C 25 21 28 1C 37
Octal 254 227 155 0 14 45 41 50 34 67
Binary 10101100 10010111 1101101 0 1100 100101 100001 101000 11100 110111

Color Harmonies of #AC976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC976D

Black with #AC976D

Text Example


Text Example

White with #AC976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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