Html Css Color HEX #AC996B Tallow

📋 copy color: '#AC996B'

red 172 ◦ green 153 ◦ blue 107

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

Shades of Tallow #AC996B

Tints of Tallow #AC996B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.77%

R = 39.81%
G = 35.42%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC996B (or 0xAC996B) is known color: Tallow. HEX triplet: AC, 99 and 6B. RGB value is (172,153,107). Sum of RGB (Red+Green+Blue) = 172+153+107=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC996B is #536694. Grayscale: #999999. Windows color (decimal): -5465749 or 7051692. OLE color: 7051692.

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

Color convert

RGB 172 153 107 -
CMYK 0 0.11 0.38 0.33
HSL 42.46º 0.28% 0.55% -
HSV(B) 42.46º 0.38% 0.67% -
XYZ 31.06 32.61 18.57 -
YUV 153.44 101.79 141.24 -
System Red Green Blue C M Y K H S L
Decimal 172 153 107 0 0.11 0.38 0.33 42.46 0.28 0.55
Hex AC 99 6B 0 B 26 21 2A 1C 37
Octal 254 231 153 0 13 46 41 52 34 67
Binary 10101100 10011001 1101011 0 1011 100110 100001 101010 11100 110111

Color Harmonies of #AC996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC996B

Black with #AC996B

Text Example


Text Example

White with #AC996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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