Html Css Color HEX #ACAA9D Foggy Grey

📋 copy color: '#ACAA9D'

red 172 ◦ green 170 ◦ blue 157

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

Shades of Foggy Grey #ACAA9D

Tints of Foggy Grey #ACAA9D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.07%

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

R = 34.47%
G = 34.07%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#ACAA9D (or 0xACAA9D) is known color: Foggy Grey. HEX triplet: AC, AA and 9D. RGB value is (172,170,157). Sum of RGB (Red+Green+Blue) = 172+170+157=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA9D is #535562. Grayscale: #A9A9A9. Windows color (decimal): -5461347 or 10332844. OLE color: 10332844.

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

Color convert

RGB 172 170 157 -
CMYK 0 0.01 0.09 0.33
HSL 52º 0.08% 0.65% -
HSV(B) 52º 0.09% 0.67% -
XYZ 37.47 39.95 37.64 -
YUV 169.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 172 170 157 0 0.01 0.09 0.33 52 0.08 0.65
Hex AC AA 9D 0 1 9 21 34 8 41
Octal 254 252 235 0 1 11 41 64 10 101
Binary 10101100 10101010 10011101 0 1 1001 100001 110100 1000 1000001

Color Harmonies of #ACAA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA9D

Black with #ACAA9D

Text Example


Text Example

White with #ACAA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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