Html Css Color HEX #ABAA9A Foggy Grey

📋 copy color: '#ABAA9A'

red 171 ◦ green 170 ◦ blue 154

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

Shades of Foggy Grey #ABAA9A

Tints of Foggy Grey #ABAA9A

RGB

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

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

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

R = 34.55%
G = 34.34%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#ABAA9A (or 0xABAA9A) is known color: Foggy Grey. HEX triplet: AB, AA and 9A. RGB value is (171,170,154). Sum of RGB (Red+Green+Blue) = 171+170+154=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA9A is #545565. Grayscale: #A8A8A8. Windows color (decimal): -5526886 or 10136235. OLE color: 10136235.

HSL color Cylindrical-coordinate representation of color #ABAA9A: hue angle of 56.47º 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 #ABAA9A is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 170 154 -
CMYK 0 0.01 0.10 0.33
HSL 56.47º 0.09% 0.64% -
HSV(B) 56.47º 0.1% 0.67% -
XYZ 37 39.74 36.29 -
YUV 168.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 171 170 154 0 0.01 0.10 0.33 56.47 0.09 0.64
Hex AB AA 9A 0 1 A 21 38 9 40
Octal 253 252 232 0 1 12 41 70 11 100
Binary 10101011 10101010 10011010 0 1 1010 100001 111000 1001 1000000

Color Harmonies of #ABAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA9A

Black with #ABAA9A

Text Example


Text Example

White with #ABAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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