Html Css Color HEX #ABAEAE Hit Grey

📋 copy color: '#ABAEAE'

red 171 ◦ green 174 ◦ blue 174

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

Shades of Hit Grey #ABAEAE

Tints of Hit Grey #ABAEAE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.53%

 BLUE value IS 174 (68.36% from 255) = 33.53%

R = 32.95%
G = 33.53%
B = 33.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#ABAEAE (or 0xABAEAE) is known color: Hit Grey. HEX triplet: AB, AE and AE. RGB value is (171,174,174). Sum of RGB (Red+Green+Blue) = 171+174+174=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #ABAEAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEAE is #545151. Grayscale: #ADADAD. Windows color (decimal): -5525842 or 11447979. OLE color: 11447979.

HSL color Cylindrical-coordinate representation of color #ABAEAE: hue angle of 180º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ABAEAE is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 174 -
CMYK 0.02 0 0 0.32
HSL 180º 0.02% 0.68% -
HSV(B) 180º 0.02% 0.68% -
XYZ 39.57 41.99 46.06 -
YUV 173.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 171 174 174 0.02 0 0 0.32 180 0.02 0.68
Hex AB AE AE 2 0 0 20 B4 2 44
Octal 253 256 256 2 0 0 40 264 2 104
Binary 10101011 10101110 10101110 10 0 0 100000 10110100 10 1000100

Color Harmonies of #ABAEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAEAE

Black with #ABAEAE

Text Example


Text Example

White with #ABAEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAEAE; }

 p { color: rgb(171,174,174); }

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

background-color css

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

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

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

border-color css

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

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

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