Html Css Color HEX #A2AE9E Spring Rain

📋 copy color: '#A2AE9E'

red 162 ◦ green 174 ◦ blue 158

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

Shades of Spring Rain #A2AE9E

Tints of Spring Rain #A2AE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.98%

R = 32.79%
G = 35.22%
B = 31.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#A2AE9E (or 0xA2AE9E) is known color: Spring Rain. HEX triplet: A2, AE and 9E. RGB value is (162,174,158). Sum of RGB (Red+Green+Blue) = 162+174+158=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AE9E is #5D5161. Grayscale: #A8A8A8. Windows color (decimal): -6115682 or 10399394. OLE color: 10399394.

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

Color convert

RGB 162 174 158 -
CMYK 0.07 0 0.09 0.32
HSL 105º 0.09% 0.65% -
HSV(B) 105º 0.09% 0.68% -
XYZ 36.21 40.42 38.24 -
YUV 168.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 162 174 158 0.07 0 0.09 0.32 105 0.09 0.65
Hex A2 AE 9E 7 0 9 20 69 9 41
Octal 242 256 236 7 0 11 40 151 11 101
Binary 10100010 10101110 10011110 111 0 1001 100000 1101001 1001 1000001

Color Harmonies of #A2AE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AE9E

Black with #A2AE9E

Text Example


Text Example

White with #A2AE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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