Html Css Color HEX #AC9D75 Tallow

📋 copy color: '#AC9D75'

red 172 ◦ green 157 ◦ blue 117

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

Shades of Tallow #AC9D75

Tints of Tallow #AC9D75

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.2%

 BLUE value IS 117 (46.09% from 255) = 26.23%

R = 38.57%
G = 35.2%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC9D75 (or 0xAC9D75) is known color: Tallow. HEX triplet: AC, 9D and 75. RGB value is (172,157,117). Sum of RGB (Red+Green+Blue) = 172+157+117=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9D75 is #53628A. Grayscale: #9D9D9D. Windows color (decimal): -5464715 or 7708076. OLE color: 7708076.

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

Color convert

RGB 172 157 117 -
CMYK 0 0.09 0.32 0.33
HSL 43.64º 0.25% 0.57% -
HSV(B) 43.64º 0.32% 0.67% -
XYZ 32.28 34.17 21.72 -
YUV 156.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 172 157 117 0 0.09 0.32 0.33 43.64 0.25 0.57
Hex AC 9D 75 0 9 20 21 2C 19 39
Octal 254 235 165 0 11 40 41 54 31 71
Binary 10101100 10011101 1110101 0 1001 100000 100001 101100 11001 111001

Color Harmonies of #AC9D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D75

Black with #AC9D75

Text Example


Text Example

White with #AC9D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D75; }

 p { color: rgb(172,157,117); }

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

background-color css

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

 a { background-color: rgb(172,157,117); }

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

border-color css

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

 span { border-color: rgb(172,157,117); }

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