Html Css Color HEX #ACAA9A Foggy Grey

📋 copy color: '#ACAA9A'

red 172 ◦ green 170 ◦ blue 154

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

Shades of Foggy Grey #ACAA9A

Tints of Foggy Grey #ACAA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.05%

R = 34.68%
G = 34.27%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#ACAA9A (or 0xACAA9A) is known color: Foggy Grey. HEX triplet: AC, AA and 9A. RGB value is (172,170,154). Sum of RGB (Red+Green+Blue) = 172+170+154=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA9A is #535565. Grayscale: #A8A8A8. Windows color (decimal): -5461350 or 10136236. OLE color: 10136236.

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

Color convert

RGB 172 170 154 -
CMYK 0 0.01 0.10 0.33
HSL 53.33º 0.1% 0.64% -
HSV(B) 53.33º 0.1% 0.67% -
XYZ 37.22 39.85 36.3 -
YUV 168.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 172 170 154 0 0.01 0.10 0.33 53.33 0.1 0.64
Hex AC AA 9A 0 1 A 21 35 A 40
Octal 254 252 232 0 1 12 41 65 12 100
Binary 10101100 10101010 10011010 0 1 1010 100001 110101 1010 1000000

Color Harmonies of #ACAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA9A

Black with #ACAA9A

Text Example


Text Example

White with #ACAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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