Html Css Color HEX #AC996E Tallow

📋 copy color: '#AC996E'

red 172 ◦ green 153 ◦ blue 110

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

Shades of Tallow #AC996E

Tints of Tallow #AC996E

RGB

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

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

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

R = 39.54%
G = 35.17%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC996E (or 0xAC996E) is known color: Tallow. HEX triplet: AC, 99 and 6E. RGB value is (172,153,110). Sum of RGB (Red+Green+Blue) = 172+153+110=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC996E is #536691. Grayscale: #999999. Windows color (decimal): -5465746 or 7248300. OLE color: 7248300.

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

Color convert

RGB 172 153 110 -
CMYK 0 0.11 0.36 0.33
HSL 41.61º 0.27% 0.55% -
HSV(B) 41.61º 0.36% 0.67% -
XYZ 31.22 32.68 19.41 -
YUV 153.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 172 153 110 0 0.11 0.36 0.33 41.61 0.27 0.55
Hex AC 99 6E 0 B 24 21 2A 1B 37
Octal 254 231 156 0 13 44 41 52 33 67
Binary 10101100 10011001 1101110 0 1011 100100 100001 101010 11011 110111

Color Harmonies of #AC996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC996E

Black with #AC996E

Text Example


Text Example

White with #AC996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC996E; }

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

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

background-color css

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

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

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

border-color css

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

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

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