Html Css Color HEX #A9BCA0 Spring Rain

📋 copy color: '#A9BCA0'

red 169 ◦ green 188 ◦ blue 160

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

Shades of Spring Rain #A9BCA0

Tints of Spring Rain #A9BCA0

RGB

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

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

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

R = 32.69%
G = 36.36%
B = 30.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#A9BCA0 (or 0xA9BCA0) is known color: Spring Rain. HEX triplet: A9, BC and A0. RGB value is (169,188,160). Sum of RGB (Red+Green+Blue) = 169+188+160=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BCA0 is #56435F. Grayscale: #B3B3B3. Windows color (decimal): -5653344 or 10534057. OLE color: 10534057.

HSL color Cylindrical-coordinate representation of color #A9BCA0: hue angle of 100.71º degrees, saturation: 0.17, 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 #A9BCA0 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 188 160 -
CMYK 0.10 0 0.15 0.26
HSL 100.71º 0.17% 0.68% -
HSV(B) 100.71º 0.15% 0.74% -
XYZ 40.69 46.94 40.17 -
YUV 179.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 169 188 160 0.10 0 0.15 0.26 100.71 0.17 0.68
Hex A9 BC A0 A 0 F 1A 65 11 44
Octal 251 274 240 12 0 17 32 145 21 104
Binary 10101001 10111100 10100000 1010 0 1111 11010 1100101 10001 1000100

Color Harmonies of #A9BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BCA0

Black with #A9BCA0

Text Example


Text Example

White with #A9BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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