Html Css Color HEX #A2AD9E Spring Rain

📋 copy color: '#A2AD9E'

red 162 ◦ green 173 ◦ blue 158

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

Shades of Spring Rain #A2AD9E

Tints of Spring Rain #A2AD9E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.09%

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

R = 32.86%
G = 35.09%
B = 32.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#A2AD9E (or 0xA2AD9E) is known color: Spring Rain. HEX triplet: A2, AD and 9E. RGB value is (162,173,158). Sum of RGB (Red+Green+Blue) = 162+173+158=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD9E is #5D5261. Grayscale: #A8A8A8. Windows color (decimal): -6115938 or 10399138. OLE color: 10399138.

HSL color Cylindrical-coordinate representation of color #A2AD9E: hue angle of 104º degrees, saturation: 0.08, 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 #A2AD9E is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 173 158 -
CMYK 0.06 0 0.09 0.32
HSL 104º 0.08% 0.65% -
HSV(B) 104º 0.09% 0.68% -
XYZ 36.02 40.04 38.18 -
YUV 168 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 162 173 158 0.06 0 0.09 0.32 104 0.08 0.65
Hex A2 AD 9E 6 0 9 20 68 8 41
Octal 242 255 236 6 0 11 40 150 10 101
Binary 10100010 10101101 10011110 110 0 1001 100000 1101000 1000 1000001

Color Harmonies of #A2AD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD9E

Black with #A2AD9E

Text Example


Text Example

White with #A2AD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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