Html Css Color HEX #ABAB9F Foggy Grey

📋 copy color: '#ABAB9F'

red 171 ◦ green 171 ◦ blue 159

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

Shades of Foggy Grey #ABAB9F

Tints of Foggy Grey #ABAB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.74%

R = 34.13%
G = 34.13%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#ABAB9F (or 0xABAB9F) is known color: Foggy Grey. HEX triplet: AB, AB and 9F. RGB value is (171,171,159). Sum of RGB (Red+Green+Blue) = 171+171+159=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB9F is #545460. Grayscale: #A9A9A9. Windows color (decimal): -5526625 or 10464171. OLE color: 10464171.

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

Color convert

RGB 171 171 159 -
CMYK 0 0 0.07 0.33
HSL 60º 0.07% 0.65% -
HSV(B) 60º 0.07% 0.67% -
XYZ 37.62 40.29 38.59 -
YUV 169.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 171 171 159 0 0 0.07 0.33 60 0.07 0.65
Hex AB AB 9F 0 0 7 21 3C 7 41
Octal 253 253 237 0 0 7 41 74 7 101
Binary 10101011 10101011 10011111 0 0 111 100001 111100 111 1000001

Color Harmonies of #ABAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB9F

Black with #ABAB9F

Text Example


Text Example

White with #ABAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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