Html Css Color HEX #ABAEAB Rainee

📋 copy color: '#ABAEAB'

red 171 ◦ green 174 ◦ blue 171

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

Shades of Rainee #ABAEAB

Tints of Rainee #ABAEAB

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#ABAEAB (or 0xABAEAB) is known color: Rainee. HEX triplet: AB, AE and AB. RGB value is (171,174,171). Sum of RGB (Red+Green+Blue) = 171+174+171=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEAB is #545154. Grayscale: #ACACAC. Windows color (decimal): -5525845 or 11251371. OLE color: 11251371.

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

Color convert

RGB 171 174 171 -
CMYK 0.02 0 0.02 0.32
HSL 120º 0.02% 0.68% -
HSV(B) 120º 0.02% 0.68% -
XYZ 39.28 41.87 44.54 -
YUV 172.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 171 174 171 0.02 0 0.02 0.32 120 0.02 0.68
Hex AB AE AB 2 0 2 20 78 2 44
Octal 253 256 253 2 0 2 40 170 2 104
Binary 10101011 10101110 10101011 10 0 10 100000 1111000 10 1000100

Color Harmonies of #ABAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAEAB

Black with #ABAEAB

Text Example


Text Example

White with #ABAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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