Html Css Color HEX #ADACA5 Foggy Grey

📋 copy color: '#ADACA5'

red 173 ◦ green 172 ◦ blue 165

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

Shades of Foggy Grey #ADACA5

Tints of Foggy Grey #ADACA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.35%

R = 33.92%
G = 33.73%
B = 32.35%

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

#ADACA5 (or 0xADACA5) is known color: Foggy Grey. HEX triplet: AD, AC and A5. RGB value is (173,172,165). Sum of RGB (Red+Green+Blue) = 173+172+165=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 173 - color contains mainly: red. Hex color #ADACA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACA5 is #52535A. Grayscale: #ABABAB. Windows color (decimal): -5395291 or 10857645. OLE color: 10857645.

HSL color Cylindrical-coordinate representation of color #ADACA5: hue angle of 52.5º 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 #ADACA5 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 172 165 -
CMYK 0 0.01 0.05 0.32
HSL 52.5º 0.05% 0.66% -
HSV(B) 52.5º 0.05% 0.68% -
XYZ 38.78 41.11 41.49 -
YUV 171.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 173 172 165 0 0.01 0.05 0.32 52.5 0.05 0.66
Hex AD AC A5 0 1 5 20 34 5 42
Octal 255 254 245 0 1 5 40 64 5 102
Binary 10101101 10101100 10100101 0 1 101 100000 110100 101 1000010

Color Harmonies of #ADACA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACA5

Black with #ADACA5

Text Example


Text Example

White with #ADACA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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