Html Css Color HEX #AC9A74 Tallow

📋 copy color: '#AC9A74'

red 172 ◦ green 154 ◦ blue 116

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

Shades of Tallow #AC9A74

Tints of Tallow #AC9A74

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.84%

 BLUE value IS 116 (45.7% from 255) = 26.24%

R = 38.91%
G = 34.84%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC9A74 (or 0xAC9A74) is known color: Tallow. HEX triplet: AC, 9A and 74. RGB value is (172,154,116). Sum of RGB (Red+Green+Blue) = 172+154+116=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A74 is #53658B. Grayscale: #9B9B9B. Windows color (decimal): -5465484 or 7641772. OLE color: 7641772.

HSL color Cylindrical-coordinate representation of color #AC9A74: hue angle of 40.71º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC9A74 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 154 116 -
CMYK 0 0.10 0.33 0.33
HSL 40.71º 0.25% 0.56% -
HSV(B) 40.71º 0.33% 0.67% -
XYZ 31.72 33.14 21.25 -
YUV 155.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 172 154 116 0 0.10 0.33 0.33 40.71 0.25 0.56
Hex AC 9A 74 0 A 21 21 29 19 38
Octal 254 232 164 0 12 41 41 51 31 70
Binary 10101100 10011010 1110100 0 1010 100001 100001 101001 11001 111000

Color Harmonies of #AC9A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A74

Black with #AC9A74

Text Example


Text Example

White with #AC9A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A74; }

 p { color: rgb(172,154,116); }

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

background-color css

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

 a { background-color: rgb(172,154,116); }

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

border-color css

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

 span { border-color: rgb(172,154,116); }

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