Html Css Color HEX #ADACA0 Foggy Grey

📋 copy color: '#ADACA0'

red 173 ◦ green 172 ◦ blue 160

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

Shades of Foggy Grey #ADACA0

Tints of Foggy Grey #ADACA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.68%

R = 34.26%
G = 34.06%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#ADACA0 (or 0xADACA0) is known color: Foggy Grey. HEX triplet: AD, AC and A0. RGB value is (173,172,160). Sum of RGB (Red+Green+Blue) = 173+172+160=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 173 - color contains mainly: red. Hex color #ADACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADACA0 is #52535F. Grayscale: #AAAAAA. Windows color (decimal): -5395296 or 10529965. OLE color: 10529965.

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

Color convert

RGB 173 172 160 -
CMYK 0 0.01 0.08 0.32
HSL 55.38º 0.07% 0.65% -
HSV(B) 55.38º 0.08% 0.68% -
XYZ 38.33 40.93 39.14 -
YUV 170.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 173 172 160 0 0.01 0.08 0.32 55.38 0.07 0.65
Hex AD AC A0 0 1 8 20 37 7 41
Octal 255 254 240 0 1 10 40 67 7 101
Binary 10101101 10101100 10100000 0 1 1000 100000 110111 111 1000001

Color Harmonies of #ADACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACA0

Black with #ADACA0

Text Example


Text Example

White with #ADACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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