Html Css Color HEX #ABAAA1 Foggy Grey

📋 copy color: '#ABAAA1'

red 171 ◦ green 170 ◦ blue 161

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

Shades of Foggy Grey #ABAAA1

Tints of Foggy Grey #ABAAA1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.86%

 BLUE value IS 161 (63.28% from 255) = 32.07%

R = 34.06%
G = 33.86%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#ABAAA1 (or 0xABAAA1) is known color: Foggy Grey. HEX triplet: AB, AA and A1. RGB value is (171,170,161). Sum of RGB (Red+Green+Blue) = 171+170+161=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAA1 is #54555E. Grayscale: #A9A9A9. Windows color (decimal): -5526879 or 10594987. OLE color: 10594987.

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

Color convert

RGB 171 170 161 -
CMYK 0 0.01 0.06 0.33
HSL 54º 0.06% 0.65% -
HSV(B) 54º 0.06% 0.67% -
XYZ 37.6 39.98 39.45 -
YUV 169.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 171 170 161 0 0.01 0.06 0.33 54 0.06 0.65
Hex AB AA A1 0 1 6 21 36 6 41
Octal 253 252 241 0 1 6 41 66 6 101
Binary 10101011 10101010 10100001 0 1 110 100001 110110 110 1000001

Color Harmonies of #ABAAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAAA1

Black with #ABAAA1

Text Example


Text Example

White with #ABAAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAAA1; }

 p { color: rgb(171,170,161); }

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

background-color css

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

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

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

border-color css

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

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

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