Html Css Color HEX #ACAAA0 Foggy Grey

📋 copy color: '#ACAAA0'

red 172 ◦ green 170 ◦ blue 160

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

Shades of Foggy Grey #ACAAA0

Tints of Foggy Grey #ACAAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.87%

R = 34.26%
G = 33.86%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#ACAAA0 (or 0xACAAA0) is known color: Foggy Grey. HEX triplet: AC, AA and A0. RGB value is (172,170,160). Sum of RGB (Red+Green+Blue) = 172+170+160=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAAA0 is #53555F. Grayscale: #A9A9A9. Windows color (decimal): -5461344 or 10529452. OLE color: 10529452.

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

Color convert

RGB 172 170 160 -
CMYK 0 0.01 0.07 0.33
HSL 50º 0.07% 0.65% -
HSV(B) 50º 0.07% 0.67% -
XYZ 37.73 40.06 39 -
YUV 169.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 172 170 160 0 0.01 0.07 0.33 50 0.07 0.65
Hex AC AA A0 0 1 7 21 32 7 41
Octal 254 252 240 0 1 7 41 62 7 101
Binary 10101100 10101010 10100000 0 1 111 100001 110010 111 1000001

Color Harmonies of #ACAAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAAA0

Black with #ACAAA0

Text Example


Text Example

White with #ACAAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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