Html Css Color HEX #ABAC9C Foggy Grey

📋 copy color: '#ABAC9C'

red 171 ◦ green 172 ◦ blue 156

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

Shades of Foggy Grey #ABAC9C

Tints of Foggy Grey #ABAC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.26%

R = 34.27%
G = 34.47%
B = 31.26%

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

#ABAC9C (or 0xABAC9C) is known color: Foggy Grey. HEX triplet: AB, AC and 9C. RGB value is (171,172,156). Sum of RGB (Red+Green+Blue) = 171+172+156=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC9C is #545363. Grayscale: #A9A9A9. Windows color (decimal): -5526372 or 10267819. OLE color: 10267819.

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

Color convert

RGB 171 172 156 -
CMYK 0.01 0 0.09 0.33
HSL 63.75º 0.09% 0.64% -
HSV(B) 63.75º 0.09% 0.67% -
XYZ 37.55 40.56 37.3 -
YUV 169.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 171 172 156 0.01 0 0.09 0.33 63.75 0.09 0.64
Hex AB AC 9C 1 0 9 21 40 9 40
Octal 253 254 234 1 0 11 41 100 11 100
Binary 10101011 10101100 10011100 1 0 1001 100001 1000000 1001 1000000

Color Harmonies of #ABAC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC9C

Black with #ABAC9C

Text Example


Text Example

White with #ABAC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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