#A4B89D

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

Shades of Spring Rain #A4B89D

Tints of Spring Rain #A4B89D

Color information

#A4B89D (or 0xA4B89D) is unknown color: approx Spring Rain. HEX triplet: A4, B8 and 9D. RGB value is (164,184,157). Sum of RGB (Red+Green+Blue) = 164+184+157=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B89D is #5B4762. Grayscale: #AFAFAF. Windows color (decimal): -5982051 or 10336420. OLE color: 10336420.

HSL color Cylindrical-coordinate representation of color #A4B89D: hue angle of 104.44º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4B89D is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB164184157-
CMYK0.1100.150.28
HSL104.44º15.98%66.86%-
HSV(B)104.44º14.67%72.16%-
XYZ38.5444.6138.48-
YUV174.94117.87120.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 184 (72.27% from 255) = 36.44%
BLUE value IS 157 (61.72% from 255) = 31.09%
R=32.48%
G=36.44%
B=31.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641841570.1100.150.28104.4415.9866.86
HexA4B89DB0F1C681043
Octal244270235130173415020103
Binary101001001011100010011101101101111111001101000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B89D; }

 p { color: rgb(164,184,157); }

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

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

 a { background-color: rgb(164,184,157); }

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

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

 span { border-color: rgb(164,184,157); }

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