Html Css Color HEX #ACAC99 Foggy Grey

📋 copy color: '#ACAC99'

red 172 ◦ green 172 ◦ blue 153

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

Shades of Foggy Grey #ACAC99

Tints of Foggy Grey #ACAC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.61%

 BLUE value IS 153 (60.16% from 255) = 30.78%

R = 34.61%
G = 34.61%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#ACAC99 (or 0xACAC99) is known color: Foggy Grey. HEX triplet: AC, AC and 99. RGB value is (172,172,153). Sum of RGB (Red+Green+Blue) = 172+172+153=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC99 is #535366. Grayscale: #A9A9A9. Windows color (decimal): -5460839 or 10071212. OLE color: 10071212.

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

Color convert

RGB 172 172 153 -
CMYK 0 0 0.11 0.33
HSL 60º 0.1% 0.64% -
HSV(B) 60º 0.11% 0.67% -
XYZ 37.52 40.58 35.99 -
YUV 169.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 172 172 153 0 0 0.11 0.33 60 0.1 0.64
Hex AC AC 99 0 0 B 21 3C A 40
Octal 254 254 231 0 0 13 41 74 12 100
Binary 10101100 10101100 10011001 0 0 1011 100001 111100 1010 1000000

Color Harmonies of #ACAC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC99

Black with #ACAC99

Text Example


Text Example

White with #ACAC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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