Html Css Color HEX #ADACA4 Foggy Grey

📋 copy color: '#ADACA4'

red 173 ◦ green 172 ◦ blue 164

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

Shades of Foggy Grey #ADACA4

Tints of Foggy Grey #ADACA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.22%

R = 33.99%
G = 33.79%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#ADACA4 (or 0xADACA4) is known color: Foggy Grey. HEX triplet: AD, AC and A4. RGB value is (173,172,164). Sum of RGB (Red+Green+Blue) = 173+172+164=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 173 - color contains mainly: red. Hex color #ADACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACA4 is #52535B. Grayscale: #ABABAB. Windows color (decimal): -5395292 or 10792109. OLE color: 10792109.

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

Color convert

RGB 173 172 164 -
CMYK 0 0.01 0.05 0.32
HSL 53.33º 0.05% 0.66% -
HSV(B) 53.33º 0.05% 0.68% -
XYZ 38.69 41.07 41.01 -
YUV 171.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 173 172 164 0 0.01 0.05 0.32 53.33 0.05 0.66
Hex AD AC A4 0 1 5 20 35 5 42
Octal 255 254 244 0 1 5 40 65 5 102
Binary 10101101 10101100 10100100 0 1 101 100000 110101 101 1000010

Color Harmonies of #ADACA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACA4

Black with #ADACA4

Text Example


Text Example

White with #ADACA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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