Html Css Color HEX #ACAC9D Foggy Grey

📋 copy color: '#ACAC9D'

red 172 ◦ green 172 ◦ blue 157

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

Shades of Foggy Grey #ACAC9D

Tints of Foggy Grey #ACAC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.34%

R = 34.33%
G = 34.33%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#ACAC9D (or 0xACAC9D) is known color: Foggy Grey. HEX triplet: AC, AC and 9D. RGB value is (172,172,157). Sum of RGB (Red+Green+Blue) = 172+172+157=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC9D is #535362. Grayscale: #AAAAAA. Windows color (decimal): -5460835 or 10333356. OLE color: 10333356.

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

Color convert

RGB 172 172 157 -
CMYK 0 0 0.09 0.33
HSL 60º 0.08% 0.65% -
HSV(B) 60º 0.09% 0.67% -
XYZ 37.85 40.71 37.76 -
YUV 170.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 172 172 157 0 0 0.09 0.33 60 0.08 0.65
Hex AC AC 9D 0 0 9 21 3C 8 41
Octal 254 254 235 0 0 11 41 74 10 101
Binary 10101100 10101100 10011101 0 0 1001 100001 111100 1000 1000001

Color Harmonies of #ACAC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC9D

Black with #ACAC9D

Text Example


Text Example

White with #ACAC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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