Html Css Color HEX #AC9F74 Tallow

📋 copy color: '#AC9F74'

red 172 ◦ green 159 ◦ blue 116

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

Shades of Tallow #AC9F74

Tints of Tallow #AC9F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.57%

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

R = 38.48%
G = 35.57%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC9F74 (or 0xAC9F74) is known color: Tallow. HEX triplet: AC, 9F and 74. RGB value is (172,159,116). Sum of RGB (Red+Green+Blue) = 172+159+116=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F74 is #53608B. Grayscale: #9E9E9E. Windows color (decimal): -5464204 or 7643052. OLE color: 7643052.

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

Color convert

RGB 172 159 116 -
CMYK 0 0.08 0.33 0.33
HSL 46.07º 0.25% 0.56% -
HSV(B) 46.07º 0.33% 0.67% -
XYZ 32.56 34.83 21.53 -
YUV 157.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 172 159 116 0 0.08 0.33 0.33 46.07 0.25 0.56
Hex AC 9F 74 0 8 21 21 2E 19 38
Octal 254 237 164 0 10 41 41 56 31 70
Binary 10101100 10011111 1110100 0 1000 100001 100001 101110 11001 111000

Color Harmonies of #AC9F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F74

Black with #AC9F74

Text Example


Text Example

White with #AC9F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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