#A5ABA4

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

Shades of Spring Rain #A5ABA4

Tints of Spring Rain #A5ABA4

Color information

#A5ABA4 (or 0xA5ABA4) is unknown color: approx Spring Rain. HEX triplet: A5, AB and A4. RGB value is (165,171,164). Sum of RGB (Red+Green+Blue) = 165+171+164=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 171 - color contains mainly: green. Hex color #A5ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ABA4 is #5A545B. Grayscale: #A8A8A8. Windows color (decimal): -5919836 or 10791845. OLE color: 10791845.

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

Color convert

RGB165171164-
CMYK0.0400.040.33
HSL111.43º4%65.69%-
HSV(B)111.43º4.09%67.06%-
XYZ36.7839.8140.87-
YUV168.41125.51125.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 164 (64.45% from 255) = 32.8%
R=33%
G=34.2%
B=32.8%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651711640.0400.040.33111.43465.69
HexA5ABA4404216f442
Octal245253244404411574102
Binary101001011010101110100100100010010000111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ABA4; }

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

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

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

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

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

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

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

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