Html Css Color HEX #A2ADA0 Spring Rain

📋 copy color: '#A2ADA0'

red 162 ◦ green 173 ◦ blue 160

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

Shades of Spring Rain #A2ADA0

Tints of Spring Rain #A2ADA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.32%

R = 32.73%
G = 34.95%
B = 32.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#A2ADA0 (or 0xA2ADA0) is known color: Spring Rain. HEX triplet: A2, AD and A0. RGB value is (162,173,160). Sum of RGB (Red+Green+Blue) = 162+173+160=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 173 - color contains mainly: green. Hex color #A2ADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ADA0 is #5D525F. Grayscale: #A8A8A8. Windows color (decimal): -6115936 or 10530210. OLE color: 10530210.

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

Color convert

RGB 162 173 160 -
CMYK 0.06 0 0.08 0.32
HSL 110.77º 0.07% 0.65% -
HSV(B) 110.77º 0.08% 0.68% -
XYZ 36.19 40.11 39.09 -
YUV 168.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 162 173 160 0.06 0 0.08 0.32 110.77 0.07 0.65
Hex A2 AD A0 6 0 8 20 6F 7 41
Octal 242 255 240 6 0 10 40 157 7 101
Binary 10100010 10101101 10100000 110 0 1000 100000 1101111 111 1000001

Color Harmonies of #A2ADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ADA0

Black with #A2ADA0

Text Example


Text Example

White with #A2ADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ADA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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