Html Css Color HEX #A9B2A5 Spring Rain

📋 copy color: '#A9B2A5'

red 169 ◦ green 178 ◦ blue 165

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

Shades of Spring Rain #A9B2A5

Tints of Spring Rain #A9B2A5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

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

R = 33.01%
G = 34.77%
B = 32.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#A9B2A5 (or 0xA9B2A5) is known color: Spring Rain. HEX triplet: A9, B2 and A5. RGB value is (169,178,165). Sum of RGB (Red+Green+Blue) = 169+178+165=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B2A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B2A5 is #564D5A. Grayscale: #ADADAD. Windows color (decimal): -5655899 or 10859177. OLE color: 10859177.

HSL color Cylindrical-coordinate representation of color #A9B2A5: hue angle of 101.54º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A9B2A5 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 178 165 -
CMYK 0.05 0 0.07 0.30
HSL 101.54º 0.08% 0.67% -
HSV(B) 101.54º 0.07% 0.7% -
XYZ 39.07 42.99 41.84 -
YUV 173.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 169 178 165 0.05 0 0.07 0.30 101.54 0.08 0.67
Hex A9 B2 A5 5 0 7 1E 66 8 43
Octal 251 262 245 5 0 7 36 146 10 103
Binary 10101001 10110010 10100101 101 0 111 11110 1100110 1000 1000011

Color Harmonies of #A9B2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B2A5

Black with #A9B2A5

Text Example


Text Example

White with #A9B2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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