Html Css Color HEX #A9BCA3 Spring Rain

📋 copy color: '#A9BCA3'

red 169 ◦ green 188 ◦ blue 163

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

Shades of Spring Rain #A9BCA3

Tints of Spring Rain #A9BCA3

RGB

 RED value IS 169 (66.41% from 255) = 32.5%

 GREEN value IS 188 (73.83% from 255) = 36.15%

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

R = 32.5%
G = 36.15%
B = 31.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#A9BCA3 (or 0xA9BCA3) is known color: Spring Rain. HEX triplet: A9, BC and A3. RGB value is (169,188,163). Sum of RGB (Red+Green+Blue) = 169+188+163=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BCA3 is #56435C. Grayscale: #B3B3B3. Windows color (decimal): -5653341 or 10730665. OLE color: 10730665.

HSL color Cylindrical-coordinate representation of color #A9BCA3: hue angle of 105.6º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9BCA3 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 188 163 -
CMYK 0.10 0 0.13 0.26
HSL 105.6º 0.16% 0.69% -
HSV(B) 105.6º 0.13% 0.74% -
XYZ 40.96 47.05 41.57 -
YUV 179.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 169 188 163 0.10 0 0.13 0.26 105.6 0.16 0.69
Hex A9 BC A3 A 0 D 1A 6A 10 45
Octal 251 274 243 12 0 15 32 152 20 105
Binary 10101001 10111100 10100011 1010 0 1101 11010 1101010 10000 1000101

Color Harmonies of #A9BCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BCA3

Black with #A9BCA3

Text Example


Text Example

White with #A9BCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BCA3; }

 p { color: rgb(169,188,163); }

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

background-color css

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

 a { background-color: rgb(169,188,163); }

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

border-color css

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

 span { border-color: rgb(169,188,163); }

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