Html Css Color HEX #A2AEA1 Spring Rain

📋 copy color: '#A2AEA1'

red 162 ◦ green 174 ◦ blue 161

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

Shades of Spring Rain #A2AEA1

Tints of Spring Rain #A2AEA1

RGB

 RED value IS 162 (63.67% from 255) = 32.6%

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

 BLUE value IS 161 (63.28% from 255) = 32.39%

R = 32.6%
G = 35.01%
B = 32.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#A2AEA1 (or 0xA2AEA1) is known color: Spring Rain. HEX triplet: A2, AE and A1. RGB value is (162,174,161). Sum of RGB (Red+Green+Blue) = 162+174+161=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AEA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AEA1 is #5D515E. Grayscale: #A8A8A8. Windows color (decimal): -6115679 or 10596002. OLE color: 10596002.

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

Color convert

RGB 162 174 161 -
CMYK 0.07 0 0.07 0.32
HSL 115.38º 0.07% 0.66% -
HSV(B) 115.38º 0.07% 0.68% -
XYZ 36.47 40.53 39.62 -
YUV 168.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 162 174 161 0.07 0 0.07 0.32 115.38 0.07 0.66
Hex A2 AE A1 7 0 7 20 73 7 42
Octal 242 256 241 7 0 7 40 163 7 102
Binary 10100010 10101110 10100001 111 0 111 100000 1110011 111 1000010

Color Harmonies of #A2AEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AEA1

Black with #A2AEA1

Text Example


Text Example

White with #A2AEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AEA1; }

 p { color: rgb(162,174,161); }

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

background-color css

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

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

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

border-color css

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

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

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