Html Css Color HEX #A3BDA0 Spring Rain

📋 copy color: '#A3BDA0'

red 163 ◦ green 189 ◦ blue 160

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

Shades of Spring Rain #A3BDA0

Tints of Spring Rain #A3BDA0

RGB

 RED value IS 163 (64.06% from 255) = 31.84%

 GREEN value IS 189 (74.22% from 255) = 36.91%

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

R = 31.84%
G = 36.91%
B = 31.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#A3BDA0 (or 0xA3BDA0) is known color: Spring Rain. HEX triplet: A3, BD and A0. RGB value is (163,189,160). Sum of RGB (Red+Green+Blue) = 163+189+160=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BDA0 is #5C425F. Grayscale: #B2B2B2. Windows color (decimal): -6046304 or 10534307. OLE color: 10534307.

HSL color Cylindrical-coordinate representation of color #A3BDA0: hue angle of 113.79º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3BDA0 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 189 160 -
CMYK 0.14 0 0.15 0.26
HSL 113.79º 0.18% 0.68% -
HSV(B) 113.79º 0.15% 0.74% -
XYZ 39.65 46.72 40.19 -
YUV 177.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 163 189 160 0.14 0 0.15 0.26 113.79 0.18 0.68
Hex A3 BD A0 E 0 F 1A 72 12 44
Octal 243 275 240 16 0 17 32 162 22 104
Binary 10100011 10111101 10100000 1110 0 1111 11010 1110010 10010 1000100

Color Harmonies of #A3BDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BDA0

Black with #A3BDA0

Text Example


Text Example

White with #A3BDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BDA0; }

 p { color: rgb(163,189,160); }

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

background-color css

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

 a { background-color: rgb(163,189,160); }

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

border-color css

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

 span { border-color: rgb(163,189,160); }

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