Html Css Color HEX #A2B9A3 Spring Rain

📋 copy color: '#A2B9A3'

red 162 ◦ green 185 ◦ blue 163

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

Shades of Spring Rain #A2B9A3

Tints of Spring Rain #A2B9A3

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.27%

 BLUE value IS 163 (64.06% from 255) = 31.96%

R = 31.76%
G = 36.27%
B = 31.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#A2B9A3 (or 0xA2B9A3) is known color: Spring Rain. HEX triplet: A2, B9 and A3. RGB value is (162,185,163). Sum of RGB (Red+Green+Blue) = 162+185+163=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B9A3 is #5D465C. Grayscale: #AFAFAF. Windows color (decimal): -6112861 or 10729890. OLE color: 10729890.

HSL color Cylindrical-coordinate representation of color #A2B9A3: hue angle of 122.61º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A2B9A3 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 163 -
CMYK 0.12 0 0.12 0.27
HSL 122.61º 0.14% 0.68% -
HSV(B) 122.61º 0.12% 0.73% -
XYZ 38.86 45.02 41.29 -
YUV 175.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 162 185 163 0.12 0 0.12 0.27 122.61 0.14 0.68
Hex A2 B9 A3 C 0 C 1B 7B E 44
Octal 242 271 243 14 0 14 33 173 16 104
Binary 10100010 10111001 10100011 1100 0 1100 11011 1111011 1110 1000100

Color Harmonies of #A2B9A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B9A3

Black with #A2B9A3

Text Example


Text Example

White with #A2B9A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B9A3; }

 p { color: rgb(162,185,163); }

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

background-color css

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

 a { background-color: rgb(162,185,163); }

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

border-color css

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

 span { border-color: rgb(162,185,163); }

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