Html Css Color HEX #ABAB99 Foggy Grey

📋 copy color: '#ABAB99'

red 171 ◦ green 171 ◦ blue 153

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

Shades of Foggy Grey #ABAB99

Tints of Foggy Grey #ABAB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.91%

R = 34.55%
G = 34.55%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#ABAB99 (or 0xABAB99) is known color: Foggy Grey. HEX triplet: AB, AB and 99. RGB value is (171,171,153). Sum of RGB (Red+Green+Blue) = 171+171+153=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB99 is #545466. Grayscale: #A9A9A9. Windows color (decimal): -5526631 or 10070955. OLE color: 10070955.

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

Color convert

RGB 171 171 153 -
CMYK 0 0 0.11 0.33
HSL 60º 0.1% 0.64% -
HSV(B) 60º 0.11% 0.67% -
XYZ 37.11 40.08 35.92 -
YUV 168.95 119 129.46 -
System Red Green Blue C M Y K H S L
Decimal 171 171 153 0 0 0.11 0.33 60 0.1 0.64
Hex AB AB 99 0 0 B 21 3C A 40
Octal 253 253 231 0 0 13 41 74 12 100
Binary 10101011 10101011 10011001 0 0 1011 100001 111100 1010 1000000

Color Harmonies of #ABAB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB99

Black with #ABAB99

Text Example


Text Example

White with #ABAB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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