Html Css Color HEX #ACAC97 Foggy Grey

📋 copy color: '#ACAC97'

red 172 ◦ green 172 ◦ blue 151

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

Shades of Foggy Grey #ACAC97

Tints of Foggy Grey #ACAC97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.51%

R = 34.75%
G = 34.75%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#ACAC97 (or 0xACAC97) is known color: Foggy Grey. HEX triplet: AC, AC and 97. RGB value is (172,172,151). Sum of RGB (Red+Green+Blue) = 172+172+151=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC97 is #535368. Grayscale: #A9A9A9. Windows color (decimal): -5460841 or 9940140. OLE color: 9940140.

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

Color convert

RGB 172 172 151 -
CMYK 0 0 0.12 0.33
HSL 60º 0.11% 0.63% -
HSV(B) 60º 0.12% 0.67% -
XYZ 37.35 40.51 35.13 -
YUV 169.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 172 172 151 0 0 0.12 0.33 60 0.11 0.63
Hex AC AC 97 0 0 C 21 3C B 3F
Octal 254 254 227 0 0 14 41 74 13 77
Binary 10101100 10101100 10010111 0 0 1100 100001 111100 1011 111111

Color Harmonies of #ACAC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAC97

Black with #ACAC97

Text Example


Text Example

White with #ACAC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAC97; }

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

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

background-color css

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

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

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

border-color css

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

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

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