#A4B0A0

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

Shades of Spring Rain #A4B0A0

Tints of Spring Rain #A4B0A0

Color information

#A4B0A0 (or 0xA4B0A0) is unknown color: approx Spring Rain. HEX triplet: A4, B0 and A0. RGB value is (164,176,160). Sum of RGB (Red+Green+Blue) = 164+176+160=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B0A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B0A0 is #5B4F5F. Grayscale: #AAAAAA. Windows color (decimal): -5984096 or 10530980. OLE color: 10530980.

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

Color convert

RGB164176160-
CMYK0.0700.090.31
HSL105º9.2%65.88%-
HSV(B)105º9.09%69.02%-
XYZ37.1841.4839.3-
YUV170.59122.02123.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.8%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 160 (62.89% from 255) = 32%
R=32.8%
G=35.2%
B=32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641761600.0700.090.311059.265.88
HexA4B0A07091F69942
Octal24426024070113715111102
Binary1010010010110000101000001110100111111110100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B0A0; }

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

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

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

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

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

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

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

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