#A4ABA0

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

Shades of Spring Rain #A4ABA0

Tints of Spring Rain #A4ABA0

Color information

#A4ABA0 (or 0xA4ABA0) is unknown color: approx Spring Rain. HEX triplet: A4, AB and A0. RGB value is (164,171,160). Sum of RGB (Red+Green+Blue) = 164+171+160=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 171 - color contains mainly: green. Hex color #A4ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ABA0 is #5B545F. Grayscale: #A7A7A7. Windows color (decimal): -5985376 or 10529700. OLE color: 10529700.

HSL color Cylindrical-coordinate representation of color #A4ABA0: hue angle of 98.18º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A4ABA0 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB164171160-
CMYK0.0400.060.33
HSL98.18º6.15%64.9%-
HSV(B)98.18º6.43%67.06%-
XYZ36.2239.5638.98-
YUV167.65123.68125.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 160 (62.89% from 255) = 32.32%
R=33.13%
G=34.55%
B=32.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641711600.0400.060.3398.186.1564.9
HexA4ABA04062162641
Octal244253240406411426101
Binary101001001010101110100000100011010000111000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ABA0; }

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

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

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

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

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

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

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

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