Html Css Color HEX #AC976A Tallow

📋 copy color: '#AC976A'

red 172 ◦ green 151 ◦ blue 106

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

Shades of Tallow #AC976A

Tints of Tallow #AC976A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.71%

R = 40.09%
G = 35.2%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC976A (or 0xAC976A) is known color: Tallow. HEX triplet: AC, 97 and 6A. RGB value is (172,151,106). Sum of RGB (Red+Green+Blue) = 172+151+106=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC976A is #536895. Grayscale: #989898. Windows color (decimal): -5466262 or 6985644. OLE color: 6985644.

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

Color convert

RGB 172 151 106 -
CMYK 0 0.12 0.38 0.33
HSL 40.91º 0.28% 0.55% -
HSV(B) 40.91º 0.38% 0.67% -
XYZ 30.68 31.94 18.18 -
YUV 152.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 172 151 106 0 0.12 0.38 0.33 40.91 0.28 0.55
Hex AC 97 6A 0 C 26 21 29 1C 37
Octal 254 227 152 0 14 46 41 51 34 67
Binary 10101100 10010111 1101010 0 1100 100110 100001 101001 11100 110111

Color Harmonies of #AC976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC976A

Black with #AC976A

Text Example


Text Example

White with #AC976A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC976A; }

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

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

background-color css

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

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

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

border-color css

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

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

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