Html Css Color HEX #AEABAB Dark Gray

📋 copy color: '#AEABAB'

red 174 ◦ green 171 ◦ blue 171

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

Shades of Dark Gray #AEABAB

Tints of Dark Gray #AEABAB

RGB

 RED value IS 174 (68.36% from 255) = 33.72%

 GREEN value IS 171 (67.19% from 255) = 33.14%

 BLUE value IS 171 (67.19% from 255) = 33.14%

R = 33.72%
G = 33.14%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AEABAB (or 0xAEABAB) is known color: Dark Gray. HEX triplet: AE, AB and AB. RGB value is (174,171,171). Sum of RGB (Red+Green+Blue) = 174+171+171=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 174 - color contains mainly: red. Hex color #AEABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEABAB is #515454. Grayscale: #ABABAB. Windows color (decimal): -5330005 or 11250606. OLE color: 11250606.

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

Color convert

RGB 174 171 171 -
CMYK 0 0.02 0.02 0.32
HSL 0.02% 0.68% -
HSV(B) 0.02% 0.68% -
XYZ 39.37 41.06 44.38 -
YUV 171.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 174 171 171 0 0.02 0.02 0.32 0 0.02 0.68
Hex AE AB AB 0 2 2 20 0 2 44
Octal 256 253 253 0 2 2 40 0 2 104
Binary 10101110 10101011 10101011 0 10 10 100000 0 10 1000100

Color Harmonies of #AEABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABAB

Black with #AEABAB

Text Example


Text Example

White with #AEABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEABAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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