Html Css Color HEX #ABAB9B Foggy Grey

📋 copy color: '#ABAB9B'

red 171 ◦ green 171 ◦ blue 155

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

Shades of Foggy Grey #ABAB9B

Tints of Foggy Grey #ABAB9B

RGB

 RED value IS 171 (67.19% from 255) = 34.41%

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

 BLUE value IS 155 (60.94% from 255) = 31.19%

R = 34.41%
G = 34.41%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#ABAB9B (or 0xABAB9B) is known color: Foggy Grey. HEX triplet: AB, AB and 9B. RGB value is (171,171,155). Sum of RGB (Red+Green+Blue) = 171+171+155=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB9B is #545464. Grayscale: #A9A9A9. Windows color (decimal): -5526629 or 10202027. OLE color: 10202027.

HSL color Cylindrical-coordinate representation of color #ABAB9B: hue angle of 60º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABAB9B is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 171 155 -
CMYK 0 0 0.09 0.33
HSL 60º 0.09% 0.64% -
HSV(B) 60º 0.09% 0.67% -
XYZ 37.27 40.15 36.8 -
YUV 169.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 171 171 155 0 0 0.09 0.33 60 0.09 0.64
Hex AB AB 9B 0 0 9 21 3C 9 40
Octal 253 253 233 0 0 11 41 74 11 100
Binary 10101011 10101011 10011011 0 0 1001 100001 111100 1001 1000000

Color Harmonies of #ABAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB9B

Black with #ABAB9B

Text Example


Text Example

White with #ABAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB9B; }

 p { color: rgb(171,171,155); }

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

background-color css

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

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

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

border-color css

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

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

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