Html Css Color HEX #ABAB9A Foggy Grey

📋 copy color: '#ABAB9A'

red 171 ◦ green 171 ◦ blue 154

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

Shades of Foggy Grey #ABAB9A

Tints of Foggy Grey #ABAB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.05%

R = 34.48%
G = 34.48%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#ABAB9A (or 0xABAB9A) is known color: Foggy Grey. HEX triplet: AB, AB and 9A. RGB value is (171,171,154). Sum of RGB (Red+Green+Blue) = 171+171+154=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB9A is #545465. Grayscale: #A9A9A9. Windows color (decimal): -5526630 or 10136491. OLE color: 10136491.

HSL color Cylindrical-coordinate representation of color #ABAB9A: 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.1%. Process color model (Four color, CMYK) of #ABAB9A is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 171 154 -
CMYK 0 0 0.10 0.33
HSL 60º 0.09% 0.64% -
HSV(B) 60º 0.1% 0.67% -
XYZ 37.19 40.12 36.36 -
YUV 169.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 171 171 154 0 0 0.10 0.33 60 0.09 0.64
Hex AB AB 9A 0 0 A 21 3C 9 40
Octal 253 253 232 0 0 12 41 74 11 100
Binary 10101011 10101011 10011010 0 0 1010 100001 111100 1001 1000000

Color Harmonies of #ABAB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB9A

Black with #ABAB9A

Text Example


Text Example

White with #ABAB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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