Html Css Color HEX #ADACA8 Foggy Grey

📋 copy color: '#ADACA8'

red 173 ◦ green 172 ◦ blue 168

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

Shades of Foggy Grey #ADACA8

Tints of Foggy Grey #ADACA8

RGB

 RED value IS 173 (67.97% from 255) = 33.72%

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

 BLUE value IS 168 (66.02% from 255) = 32.75%

R = 33.72%
G = 33.53%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#ADACA8 (or 0xADACA8) is known color: Foggy Grey. HEX triplet: AD, AC and A8. RGB value is (173,172,168). Sum of RGB (Red+Green+Blue) = 173+172+168=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 173 - color contains mainly: red. Hex color #ADACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACA8 is #525357. Grayscale: #ABABAB. Windows color (decimal): -5395288 or 11054253. OLE color: 11054253.

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

Color convert

RGB 173 172 168 -
CMYK 0 0.01 0.03 0.32
HSL 48º 0.03% 0.67% -
HSV(B) 48º 0.03% 0.68% -
XYZ 39.05 41.22 42.94 -
YUV 171.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 173 172 168 0 0.01 0.03 0.32 48 0.03 0.67
Hex AD AC A8 0 1 3 20 30 3 43
Octal 255 254 250 0 1 3 40 60 3 103
Binary 10101101 10101100 10101000 0 1 11 100000 110000 11 1000011

Color Harmonies of #ADACA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACA8

Black with #ADACA8

Text Example


Text Example

White with #ADACA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACA8; }

 p { color: rgb(173,172,168); }

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

background-color css

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

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

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

border-color css

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

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

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