Html Css Color HEX #A2AD9D Spring Rain

📋 copy color: '#A2AD9D'

red 162 ◦ green 173 ◦ blue 157

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

Shades of Spring Rain #A2AD9D

Tints of Spring Rain #A2AD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.91%

R = 32.93%
G = 35.16%
B = 31.91%

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

#A2AD9D (or 0xA2AD9D) is known color: Spring Rain. HEX triplet: A2, AD and 9D. RGB value is (162,173,157). Sum of RGB (Red+Green+Blue) = 162+173+157=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD9D is #5D5262. Grayscale: #A7A7A7. Windows color (decimal): -6115939 or 10333602. OLE color: 10333602.

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

Color convert

RGB 162 173 157 -
CMYK 0.06 0 0.09 0.32
HSL 101.25º 0.09% 0.65% -
HSV(B) 101.25º 0.09% 0.68% -
XYZ 35.93 40 37.73 -
YUV 167.89 121.86 123.8 -
System Red Green Blue C M Y K H S L
Decimal 162 173 157 0.06 0 0.09 0.32 101.25 0.09 0.65
Hex A2 AD 9D 6 0 9 20 65 9 41
Octal 242 255 235 6 0 11 40 145 11 101
Binary 10100010 10101101 10011101 110 0 1001 100000 1100101 1001 1000001

Color Harmonies of #A2AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD9D

Black with #A2AD9D

Text Example


Text Example

White with #A2AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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