Html Css Color HEX #ADABA0 Foggy Grey

📋 copy color: '#ADABA0'

red 173 ◦ green 171 ◦ blue 160

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

Shades of Foggy Grey #ADABA0

Tints of Foggy Grey #ADABA0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.93%

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

R = 34.33%
G = 33.93%
B = 31.75%

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

#ADABA0 (or 0xADABA0) is known color: Foggy Grey. HEX triplet: AD, AB and A0. RGB value is (173,171,160). Sum of RGB (Red+Green+Blue) = 173+171+160=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABA0 is #52545F. Grayscale: #AAAAAA. Windows color (decimal): -5395552 or 10529709. OLE color: 10529709.

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

Color convert

RGB 173 171 160 -
CMYK 0 0.01 0.08 0.32
HSL 50.77º 0.07% 0.65% -
HSV(B) 50.77º 0.08% 0.68% -
XYZ 38.14 40.55 39.07 -
YUV 170.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 173 171 160 0 0.01 0.08 0.32 50.77 0.07 0.65
Hex AD AB A0 0 1 8 20 33 7 41
Octal 255 253 240 0 1 10 40 63 7 101
Binary 10101101 10101011 10100000 0 1 1000 100000 110011 111 1000001

Color Harmonies of #ADABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABA0

Black with #ADABA0

Text Example


Text Example

White with #ADABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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