Html Css Color HEX #A9BAA4 Spring Rain

📋 copy color: '#A9BAA4'

red 169 ◦ green 186 ◦ blue 164

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

Shades of Spring Rain #A9BAA4

Tints of Spring Rain #A9BAA4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.84%

 BLUE value IS 164 (64.45% from 255) = 31.6%

R = 32.56%
G = 35.84%
B = 31.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#A9BAA4 (or 0xA9BAA4) is known color: Spring Rain. HEX triplet: A9, BA and A4. RGB value is (169,186,164). Sum of RGB (Red+Green+Blue) = 169+186+164=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BAA4 is #56455B. Grayscale: #B2B2B2. Windows color (decimal): -5653852 or 10795689. OLE color: 10795689.

HSL color Cylindrical-coordinate representation of color #A9BAA4: hue angle of 106.36º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9BAA4 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 186 164 -
CMYK 0.09 0 0.12 0.27
HSL 106.36º 0.14% 0.69% -
HSV(B) 106.36º 0.12% 0.73% -
XYZ 40.62 46.23 41.9 -
YUV 178.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 169 186 164 0.09 0 0.12 0.27 106.36 0.14 0.69
Hex A9 BA A4 9 0 C 1B 6A E 45
Octal 251 272 244 11 0 14 33 152 16 105
Binary 10101001 10111010 10100100 1001 0 1100 11011 1101010 1110 1000101

Color Harmonies of #A9BAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BAA4

Black with #A9BAA4

Text Example


Text Example

White with #A9BAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BAA4; }

 p { color: rgb(169,186,164); }

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

background-color css

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

 a { background-color: rgb(169,186,164); }

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

border-color css

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

 span { border-color: rgb(169,186,164); }

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