Html Css Color HEX #ABAAA3 Foggy Grey

📋 copy color: '#ABAAA3'

red 171 ◦ green 170 ◦ blue 163

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

Shades of Foggy Grey #ABAAA3

Tints of Foggy Grey #ABAAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.34%

R = 33.93%
G = 33.73%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#ABAAA3 (or 0xABAAA3) is known color: Foggy Grey. HEX triplet: AB, AA and A3. RGB value is (171,170,163). Sum of RGB (Red+Green+Blue) = 171+170+163=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAAA3 is #54555C. Grayscale: #A9A9A9. Windows color (decimal): -5526877 or 10726059. OLE color: 10726059.

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

Color convert

RGB 171 170 163 -
CMYK 0 0.01 0.05 0.33
HSL 52.5º 0.05% 0.65% -
HSV(B) 52.5º 0.05% 0.67% -
XYZ 37.78 40.05 40.39 -
YUV 169.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 171 170 163 0 0.01 0.05 0.33 52.5 0.05 0.65
Hex AB AA A3 0 1 5 21 34 5 41
Octal 253 252 243 0 1 5 41 64 5 101
Binary 10101011 10101010 10100011 0 1 101 100001 110100 101 1000001

Color Harmonies of #ABAAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAAA3

Black with #ABAAA3

Text Example


Text Example

White with #ABAAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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