Html Css Color HEX #AC976E Tallow

📋 copy color: '#AC976E'

red 172 ◦ green 151 ◦ blue 110

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

Shades of Tallow #AC976E

Tints of Tallow #AC976E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.4%

R = 39.72%
G = 34.87%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC976E (or 0xAC976E) is known color: Tallow. HEX triplet: AC, 97 and 6E. RGB value is (172,151,110). Sum of RGB (Red+Green+Blue) = 172+151+110=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC976E is #536891. Grayscale: #989898. Windows color (decimal): -5466258 or 7247788. OLE color: 7247788.

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

Color convert

RGB 172 151 110 -
CMYK 0 0.12 0.36 0.33
HSL 39.68º 0.27% 0.55% -
HSV(B) 39.68º 0.36% 0.67% -
XYZ 30.89 32.03 19.31 -
YUV 152.61 103.96 141.83 -
System Red Green Blue C M Y K H S L
Decimal 172 151 110 0 0.12 0.36 0.33 39.68 0.27 0.55
Hex AC 97 6E 0 C 24 21 28 1B 37
Octal 254 227 156 0 14 44 41 50 33 67
Binary 10101100 10010111 1101110 0 1100 100100 100001 101000 11011 110111

Color Harmonies of #AC976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC976E

Black with #AC976E

Text Example


Text Example

White with #AC976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC976E; }

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

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

background-color css

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

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

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

border-color css

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

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

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