#A4B09F

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

Shades of Spring Rain #A4B09F

Tints of Spring Rain #A4B09F

Color information

#A4B09F (or 0xA4B09F) is unknown color: approx Spring Rain. HEX triplet: A4, B0 and 9F. RGB value is (164,176,159). Sum of RGB (Red+Green+Blue) = 164+176+159=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B09F is #5B4F60. Grayscale: #AAAAAA. Windows color (decimal): -5984097 or 10465444. OLE color: 10465444.

HSL color Cylindrical-coordinate representation of color #A4B09F: hue angle of 102.35º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4B09F is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB164176159-
CMYK0.0700.100.31
HSL102.35º9.71%65.69%-
HSV(B)102.35º9.66%69.02%-
XYZ37.0941.4538.85-
YUV170.47121.52123.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 159 (62.5% from 255) = 31.86%
R=32.87%
G=35.27%
B=31.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641761590.0700.100.31102.359.7165.69
HexA4B09F70A1F66a42
Octal24426023770123714612102
Binary1010010010110000100111111110101011111110011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B09F; }

 p { color: rgb(164,176,159); }

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

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

 a { background-color: rgb(164,176,159); }

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

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

 span { border-color: rgb(164,176,159); }

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