#A4BA9C

Color #A4BA9C Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A4BA9C

Tints of Spring Rain #A4BA9C

Color information

#A4BA9C (or 0xA4BA9C) is unknown color: approx Spring Rain. HEX triplet: A4, BA and 9C. RGB value is (164,186,156). Sum of RGB (Red+Green+Blue) = 164+186+156=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA9C is #5B4563. Grayscale: #B0B0B0. Windows color (decimal): -5981540 or 10271396. OLE color: 10271396.

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

Color convert

RGB164186156-
CMYK0.1200.160.27
HSL104º17.86%67.06%-
HSV(B)104º16.13%72.94%-
XYZ38.8745.4138.17-
YUV176116.71119.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.41%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 156 (61.33% from 255) = 30.83%
R=32.41%
G=36.76%
B=30.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861560.1200.160.2710417.8667.06
HexA4BA9CC0101B681243
Octal244272234140203315022103
Binary1010010010111010100111001100010000110111101000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BA9C; }

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

 H1.HeaderClassName
 {
   color: #A4BA9C;
 }
 .AnyTagClassName
 {
   color: #A4BA9C;
 }
</style>
background-color css

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

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

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

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

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

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