Html Css Color HEX #ABAEAA Spring Rain

📋 copy color: '#ABAEAA'

red 171 ◦ green 174 ◦ blue 170

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

Shades of Spring Rain #ABAEAA

Tints of Spring Rain #ABAEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.01%

R = 33.2%
G = 33.79%
B = 33.01%

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

#ABAEAA (or 0xABAEAA) is known color: Spring Rain. HEX triplet: AB, AE and AA. RGB value is (171,174,170). Sum of RGB (Red+Green+Blue) = 171+174+170=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAEAA is #545155. Grayscale: #ACACAC. Windows color (decimal): -5525846 or 11185835. OLE color: 11185835.

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

Color convert

RGB 171 174 170 -
CMYK 0.02 0 0.02 0.32
HSL 105º 0.02% 0.67% -
HSV(B) 105º 0.02% 0.68% -
XYZ 39.19 41.83 44.04 -
YUV 172.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 171 174 170 0.02 0 0.02 0.32 105 0.02 0.67
Hex AB AE AA 2 0 2 20 69 2 43
Octal 253 256 252 2 0 2 40 151 2 103
Binary 10101011 10101110 10101010 10 0 10 100000 1101001 10 1000011

Color Harmonies of #ABAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAEAA

Black with #ABAEAA

Text Example


Text Example

White with #ABAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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