Html Css Color HEX #ADABA3 Foggy Grey

📋 copy color: '#ADABA3'

red 173 ◦ green 171 ◦ blue 163

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

Shades of Foggy Grey #ADABA3

Tints of Foggy Grey #ADABA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.15%

R = 34.12%
G = 33.73%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#ADABA3 (or 0xADABA3) is known color: Foggy Grey. HEX triplet: AD, AB and A3. RGB value is (173,171,163). Sum of RGB (Red+Green+Blue) = 173+171+163=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 173 - color contains mainly: red. Hex color #ADABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABA3 is #52545C. Grayscale: #AAAAAA. Windows color (decimal): -5395549 or 10726317. OLE color: 10726317.

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

Color convert

RGB 173 171 163 -
CMYK 0 0.01 0.06 0.32
HSL 48º 0.06% 0.66% -
HSV(B) 48º 0.06% 0.68% -
XYZ 38.41 40.65 40.47 -
YUV 170.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 173 171 163 0 0.01 0.06 0.32 48 0.06 0.66
Hex AD AB A3 0 1 6 20 30 6 42
Octal 255 253 243 0 1 6 40 60 6 102
Binary 10101101 10101011 10100011 0 1 110 100000 110000 110 1000010

Color Harmonies of #ADABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABA3

Black with #ADABA3

Text Example


Text Example

White with #ADABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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