Html Css Color HEX #ACAA9B Foggy Grey

📋 copy color: '#ACAA9B'

red 172 ◦ green 170 ◦ blue 155

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

Shades of Foggy Grey #ACAA9B

Tints of Foggy Grey #ACAA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.19%

R = 34.61%
G = 34.21%
B = 31.19%

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

#ACAA9B (or 0xACAA9B) is known color: Foggy Grey. HEX triplet: AC, AA and 9B. RGB value is (172,170,155). Sum of RGB (Red+Green+Blue) = 172+170+155=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA9B is #535564. Grayscale: #A8A8A8. Windows color (decimal): -5461349 or 10201772. OLE color: 10201772.

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

Color convert

RGB 172 170 155 -
CMYK 0 0.01 0.10 0.33
HSL 52.94º 0.09% 0.64% -
HSV(B) 52.94º 0.1% 0.67% -
XYZ 37.3 39.89 36.74 -
YUV 168.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 172 170 155 0 0.01 0.10 0.33 52.94 0.09 0.64
Hex AC AA 9B 0 1 A 21 35 9 40
Octal 254 252 233 0 1 12 41 65 11 100
Binary 10101100 10101010 10011011 0 1 1010 100001 110101 1001 1000000

Color Harmonies of #ACAA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA9B

Black with #ACAA9B

Text Example


Text Example

White with #ACAA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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