Html Css Color HEX #AC9968 Tallow

📋 copy color: '#AC9968'

red 172 ◦ green 153 ◦ blue 104

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

Shades of Tallow #AC9968

Tints of Tallow #AC9968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.24%

R = 40.09%
G = 35.66%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC9968 (or 0xAC9968) is known color: Tallow. HEX triplet: AC, 99 and 68. RGB value is (172,153,104). Sum of RGB (Red+Green+Blue) = 172+153+104=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9968 is #536697. Grayscale: #999999. Windows color (decimal): -5465752 or 6855084. OLE color: 6855084.

HSL color Cylindrical-coordinate representation of color #AC9968: hue angle of 43.24º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC9968 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 153 104 -
CMYK 0 0.11 0.40 0.33
HSL 43.24º 0.29% 0.54% -
HSV(B) 43.24º 0.4% 0.67% -
XYZ 30.9 32.55 17.75 -
YUV 153.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 172 153 104 0 0.11 0.40 0.33 43.24 0.29 0.54
Hex AC 99 68 0 B 28 21 2B 1D 36
Octal 254 231 150 0 13 50 41 53 35 66
Binary 10101100 10011001 1101000 0 1011 101000 100001 101011 11101 110110

Color Harmonies of #AC9968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9968

Black with #AC9968

Text Example


Text Example

White with #AC9968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9968; }

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

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

background-color css

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

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

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

border-color css

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

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

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