Html Css Color HEX #A9B4A5 Spring Rain

📋 copy color: '#A9B4A5'

red 169 ◦ green 180 ◦ blue 165

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

Shades of Spring Rain #A9B4A5

Tints of Spring Rain #A9B4A5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.02%

 BLUE value IS 165 (64.84% from 255) = 32.1%

R = 32.88%
G = 35.02%
B = 32.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#A9B4A5 (or 0xA9B4A5) is known color: Spring Rain. HEX triplet: A9, B4 and A5. RGB value is (169,180,165). Sum of RGB (Red+Green+Blue) = 169+180+165=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B4A5 is #564B5A. Grayscale: #AFAFAF. Windows color (decimal): -5655387 or 10859689. OLE color: 10859689.

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

Color convert

RGB 169 180 165 -
CMYK 0.06 0 0.08 0.29
HSL 104º 0.09% 0.68% -
HSV(B) 104º 0.08% 0.71% -
XYZ 39.47 43.79 41.97 -
YUV 175 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 169 180 165 0.06 0 0.08 0.29 104 0.09 0.68
Hex A9 B4 A5 6 0 8 1D 68 9 44
Octal 251 264 245 6 0 10 35 150 11 104
Binary 10101001 10110100 10100101 110 0 1000 11101 1101000 1001 1000100

Color Harmonies of #A9B4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B4A5

Black with #A9B4A5

Text Example


Text Example

White with #A9B4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B4A5; }

 p { color: rgb(169,180,165); }

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

background-color css

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

 a { background-color: rgb(169,180,165); }

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

border-color css

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

 span { border-color: rgb(169,180,165); }

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