Html Css Color HEX #ABAB96 Foggy Grey

📋 copy color: '#ABAB96'

red 171 ◦ green 171 ◦ blue 150

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

Shades of Foggy Grey #ABAB96

Tints of Foggy Grey #ABAB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.49%

R = 34.76%
G = 34.76%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#ABAB96 (or 0xABAB96) is known color: Foggy Grey. HEX triplet: AB, AB and 96. RGB value is (171,171,150). Sum of RGB (Red+Green+Blue) = 171+171+150=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB96 is #545469. Grayscale: #A8A8A8. Windows color (decimal): -5526634 or 9874347. OLE color: 9874347.

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

Color convert

RGB 171 171 150 -
CMYK 0 0 0.12 0.33
HSL 60º 0.11% 0.63% -
HSV(B) 60º 0.12% 0.67% -
XYZ 36.86 39.99 34.63 -
YUV 168.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 171 171 150 0 0 0.12 0.33 60 0.11 0.63
Hex AB AB 96 0 0 C 21 3C B 3F
Octal 253 253 226 0 0 14 41 74 13 77
Binary 10101011 10101011 10010110 0 0 1100 100001 111100 1011 111111

Color Harmonies of #ABAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB96

Black with #ABAB96

Text Example


Text Example

White with #ABAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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