Html Css Color HEX #ABAC9D Foggy Grey

📋 copy color: '#ABAC9D'

red 171 ◦ green 172 ◦ blue 157

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

Shades of Foggy Grey #ABAC9D

Tints of Foggy Grey #ABAC9D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.4%

 BLUE value IS 157 (61.72% from 255) = 31.4%

R = 34.2%
G = 34.4%
B = 31.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#ABAC9D (or 0xABAC9D) is known color: Foggy Grey. HEX triplet: AB, AC and 9D. RGB value is (171,172,157). Sum of RGB (Red+Green+Blue) = 171+172+157=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC9D is #545362. Grayscale: #AAAAAA. Windows color (decimal): -5526371 or 10333355. OLE color: 10333355.

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

Color convert

RGB 171 172 157 -
CMYK 0.01 0 0.09 0.33
HSL 64º 0.08% 0.65% -
HSV(B) 64º 0.09% 0.67% -
XYZ 37.63 40.6 37.75 -
YUV 169.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 171 172 157 0.01 0 0.09 0.33 64 0.08 0.65
Hex AB AC 9D 1 0 9 21 40 8 41
Octal 253 254 235 1 0 11 41 100 10 101
Binary 10101011 10101100 10011101 1 0 1001 100001 1000000 1000 1000001

Color Harmonies of #ABAC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC9D

Black with #ABAC9D

Text Example


Text Example

White with #ABAC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC9D; }

 p { color: rgb(171,172,157); }

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

background-color css

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

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

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

border-color css

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

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

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